Searched defs:WithArgSpace (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DSelectorLocationsKind.cpp22 bool WithArgSpace,
40 if (WithArgSpace)
77 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false,
86 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true,
106 bool WithArgSpace,
109 return getStandardSelLoc(Index, Sel, WithArgSpace,
123 bool WithArgSpace,
126 return getStandardSelLoc(Index, Sel, WithArgSpace,
20 getStandardSelLoc(unsigned Index, Selector Sel, bool WithArgSpace, SourceLocation ArgLoc, SourceLocation EndLoc) argument
104 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
121 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument

Completed in 802 milliseconds