ΒΆclang::SourceLocation getStandardSelectorLoc(
    unsigned int Index,
    clang::Selector Sel,
    bool WithArgSpace,
    ArrayRef<clang::Expr*> Args,
    clang::SourceLocation EndLoc)

Description

Get the "standard" location of a selector identifier, e.g: For nullary selectors, immediately before ']': "[foo release]"

Declared at: clang/include/clang/AST/SelectorLocationsKind.h:56

Parameters

unsigned int Index
clang::Selector Sel
bool WithArgSpace
if true the standard location is with a space apart before arguments: "[foo first: 1 second: 2]" If false: "[foo first:1 second:2]"
ArrayRef<clang::Expr*> Args
clang::SourceLocation EndLoc