Home
last modified time | relevance | path

Searched refs:getStandardSelectorLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DSelectorLocationsKind.cpp77 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/false, in hasStandardSelLocs()
86 if (SelLocs[i] != getStandardSelectorLoc(i, Sel, /*WithArgSpace=*/true, in hasStandardSelLocs()
104 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc() function in clang
121 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DSelectorLocationsKind.h57 SourceLocation getStandardSelectorLoc(unsigned Index,
75 SourceLocation getStandardSelectorLoc(unsigned Index,
H A DExprObjC.h1375 return getStandardSelectorLoc(Index, getSelector(),
H A DDeclObjC.h298 return getStandardSelectorLoc(Index, getSelector(), in getSelectorLoc()