Searched refs:getSelLocsKind (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1055 SelectorLocationsKind getSelLocsKind() const { function in class:clang::final
1060 return getSelLocsKind() != SelLoc_NonStandard;
1429 getSelLocsKind() == SelLoc_StandardWithSpace,
H A DDeclObjC.h180 SelectorLocationsKind getSelLocsKind() const {
189 return getSelLocsKind() != SelLoc_NonStandard;
300 getSelLocsKind() == SelLoc_StandardWithSpace,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp900 if (getSelLocsKind() != SelLoc_NonStandard)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp718 Record.push_back(D->getSelLocsKind());

Completed in 88 milliseconds