Searched refs:hasStandardSelLocs (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | SelectorLocationsKind.cpp | 69 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs() function 100 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs() 117 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs()
|
/external/clang/lib/AST/ |
D | SelectorLocationsKind.cpp | 70 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs() function 101 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs() 118 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc); in hasStandardSelectorLocs()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprObjC.h | 1049 bool hasStandardSelLocs() const { in hasStandardSelLocs() function 1065 if (hasStandardSelLocs()) in getNumStoredSelLocs() 1417 if (hasStandardSelLocs()) in getSelectorLoc()
|
D | DeclObjC.h | 189 bool hasStandardSelLocs() const { in hasStandardSelLocs() function 214 if (hasStandardSelLocs()) in getNumStoredSelLocs() 299 if (hasStandardSelLocs()) in getSelectorLoc()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 968 bool hasStandardSelLocs() const { 984 if (hasStandardSelLocs()) 1320 if (hasStandardSelLocs())
|
D | DeclObjC.h | 192 bool hasStandardSelLocs() const { in hasStandardSelLocs() function 217 if (hasStandardSelLocs()) in getNumStoredSelLocs() 304 if (hasStandardSelLocs()) in getSelectorLoc()
|