Home
last modified time | relevance | path

Searched refs:getSelLocsKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h178 SelectorLocationsKind getSelLocsKind() const { in getSelLocsKind() function
187 return getSelLocsKind() != SelLoc_NonStandard; in hasStandardSelLocs()
298 getSelLocsKind() == SelLoc_StandardWithSpace, in getSelectorLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp954 if (getSelLocsKind() != SelLoc_NonStandard) in setMethodParams()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp830 Record.push_back(D->getSelLocsKind()); in VisitObjCMethodDecl()