Go to the source code of this file.
|  | 
| namespace | clang | 
|  | The JSON file list parser is used to communicate input to InstallAPI. 
 | 
|  | 
| SelectorLocationsKind | clang::hasStandardSelectorLocs (Selector Sel, ArrayRef< SourceLocation > SelLocs, ArrayRef< Expr * > Args, SourceLocation EndLoc) | 
|  | Returns true if all SelLocsare in a "standard" location.
 | 
| 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]". 
 | 
| SelectorLocationsKind | clang::hasStandardSelectorLocs (Selector Sel, ArrayRef< SourceLocation > SelLocs, ArrayRef< ParmVarDecl * > Args, SourceLocation EndLoc) | 
|  | Returns true if all SelLocsare in a "standard" location.
 | 
| 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]". 
 |