Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DSelectorLocationsKind.h30 SelLoc_NonStandard = 0, enumerator
DExprObjC.h973 return getSelLocsKind() != SelLoc_NonStandard;
DDeclObjC.h193 return getSelLocsKind() != SelLoc_NonStandard; in hasStandardSelLocs()
/external/clang/lib/AST/
DSelectorLocationsKind.cpp88 return SelLoc_NonStandard; in hasStandardSelLocs()
DDeclObjC.cpp539 if (SelLocsKind != SelLoc_NonStandard) in setMethodParams()
DExpr.cpp3340 if (SelLocsK == SelLoc_NonStandard) in initArgsAndSelLocs()
3430 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size() in alloc()