14 #ifndef LLVM_CLANG_AST_SELECTORLOCATIONSKIND_H 15 #define LLVM_CLANG_AST_SELECTORLOCATIONSKIND_H For nullary selectors, immediately before the end: "[foo release]" / "-(void)release;" Or with a spac...
Smart pointer class that efficiently represents Objective-C method names.
SelectorLocationsKind
Whether all locations of the selector identifiers are in a "standard" position.
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
SourceLocation 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 ...
Encodes a location in the source.
Dataflow Directional Tag Classes.
For nullary selectors, immediately before the end: "[foo release]" / "-(void)release;" Or immediately...
SelectorLocationsKind hasStandardSelectorLocs(Selector Sel, ArrayRef< SourceLocation > SelLocs, ArrayRef< Expr *> Args, SourceLocation EndLoc)
Returns true if all SelLocs are in a "standard" location.