Home
last modified time | relevance | path

Searched refs:SelLoc_NonStandard (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DSelectorLocationsKind.h29 SelLoc_NonStandard = 0, enumerator
H A DDeclObjC.h187 return getSelLocsKind() != SelLoc_NonStandard; in hasStandardSelLocs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp87 return SelLoc_NonStandard; in hasStandardSelLocs()
H A DExprObjC.cpp169 if (SelLocsK == SelLoc_NonStandard) in initArgsAndSelLocs()
247 (SelLocsK == SelLoc_NonStandard) ? SelLocs.size() : 0; in alloc()
H A DDeclObjC.cpp954 if (getSelLocsKind() != SelLoc_NonStandard) in setMethodParams()