Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1045 SelectorLocationsKind getSelLocsKind() const { in getSelLocsKind() function
1050 return getSelLocsKind() != SelLoc_NonStandard; in hasStandardSelLocs()
1419 getSelLocsKind() == SelLoc_StandardWithSpace, in getSelectorLoc()
H A DDeclObjC.h181 SelectorLocationsKind getSelLocsKind() const { in getSelLocsKind() function
190 return getSelLocsKind() != SelLoc_NonStandard; in hasStandardSelLocs()
301 getSelLocsKind() == SelLoc_StandardWithSpace, in getSelectorLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp903 if (getSelLocsKind() != SelLoc_NonStandard) in setMethodParams()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp719 Record.push_back(D->getSelLocsKind()); in VisitObjCMethodDecl()