Go to the source code of this file.
|
| clang |
| Dataflow Directional Tag Classes.
|
|
|
SelectorLocationsKind | clang::hasStandardSelectorLocs (Selector Sel, ArrayRef< SourceLocation > SelLocs, ArrayRef< Expr *> Args, SourceLocation EndLoc) |
| Returns true if all SelLocs are in a "standard" location. More...
|
|
SourceLocation | clang::getStandardSelectorLoc (unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef< Expr *> Args, SourceLocation EndLoc) |
| Get the "standard" location of a selector identifier, e.g: For nullary selectors, immediately before ']': "[foo release]". More...
|
|
SelectorLocationsKind | clang::hasStandardSelectorLocs (Selector Sel, ArrayRef< SourceLocation > SelLocs, ArrayRef< ParmVarDecl *> Args, SourceLocation EndLoc) |
| Returns true if all SelLocs are in a "standard" location. More...
|
|
SourceLocation | clang::getStandardSelectorLoc (unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef< ParmVarDecl *> Args, SourceLocation EndLoc) |
| Get the "standard" location of a selector identifier, e.g: For nullary selectors, immediately before ']': "[foo release]". More...
|
|