Searched refs:KeyIdents (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp58 IdentifierInfo *KeyIdents[] = { local
62 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
95 IdentifierInfo *KeyIdents[] = { local
99 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
112 IdentifierInfo *KeyIdents[] = { local
116 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
123 IdentifierInfo *KeyIdents[] = { local
127 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
131 IdentifierInfo *KeyIdents[] = { local
135 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
168 IdentifierInfo *KeyIdents[] = { local
176 IdentifierInfo *KeyIdents[] = { local
184 IdentifierInfo *KeyIdents[] = { local
205 IdentifierInfo *KeyIdents[] = { local
216 IdentifierInfo *KeyIdents[] = { local
224 IdentifierInfo *KeyIdents[] = { local
232 IdentifierInfo *KeyIdents[] = { local
265 IdentifierInfo *KeyIdents[] = { local
273 IdentifierInfo *KeyIdents[] = { local
281 IdentifierInfo *KeyIdents[] = { local
289 IdentifierInfo *KeyIdents[] = { local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1392 SmallVector<IdentifierInfo *, 12> KeyIdents; local
1422 KeyIdents.push_back(SelIdent);
1426 ReturnType, KeyIdents); local
1439 KeyIdents.push_back(SelIdent);
1450 ReturnType, KeyIdents); local
1503 if (KeyIdents.size() == 0)
1506 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
1507 &KeyIdents[0]);
3172 SmallVector<IdentifierInfo *, 12> KeyIdents; local
3179 KeyIdents
3195 KeyIdents, local
3199 KeyIdents, local
3203 KeyIdents, local
3233 KeyIdents, local
3237 KeyIdents, local
3241 KeyIdents, local
3583 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); local
3609 Actions.CodeCompleteObjCSelector(getCurScope(), KeyIdents); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1132 IdentifierInfo *KeyIdents[] = {
1135 Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1175 IdentifierInfo *KeyIdents[] = { local
1178 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1182 IdentifierInfo *KeyIdents[] = { local
1186 AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
1280 IdentifierInfo *KeyIdents[] = { local
1284 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
1288 IdentifierInfo *KeyIdents[] = { local
1292 AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6320 IdentifierInfo *KeyIdents[] = { local
6326 CGM.getContext().Selectors.getSelector(3, KeyIdents));

Completed in 144 milliseconds