Searched refs:SelLocsK (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 122 SelectorLocationsKind SelLocsK, in ObjCMessageExpr() argument 135 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr() 143 SelectorLocationsKind SelLocsK, in ObjCMessageExpr() argument 153 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr() 160 SelectorLocationsKind SelLocsK, in ObjCMessageExpr() argument 171 initArgsAndSelLocs(Args, SelLocs, SelLocsK); in ObjCMessageExpr() 177 SelectorLocationsKind SelLocsK) { in initArgsAndSelLocs() argument 193 SelLocsKind = SelLocsK; in initArgsAndSelLocs() 195 if (SelLocsK == SelLoc_NonStandard) in initArgsAndSelLocs() 210 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create() local [all …]
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 927 SelectorLocationsKind SelLocsK, 937 SelectorLocationsKind SelLocsK, 947 SelectorLocationsKind SelLocsK, 955 SelectorLocationsKind SelLocsK); 994 SelectorLocationsKind &SelLocsK);
|