Searched refs:getClassIdent (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2434 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getClass"); in SynthGetClassFunctionDecl() local 2442 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2464 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getMetaClass"); in SynthGetMetaClassFunctionDecl() local 2472 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
D | RewriteModernObjC.cpp | 2510 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getClass"); in SynthGetClassFunctionDecl() local 2518 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2540 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getMetaClass"); in SynthGetMetaClassFunctionDecl() local 2548 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2443 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getClass"); in SynthGetClassFunctionDecl() local 2451 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2473 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getMetaClass"); in SynthGetMetaClassFunctionDecl() local 2481 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|
D | RewriteModernObjC.cpp | 2516 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getClass"); in SynthGetClassFunctionDecl() local 2524 getClassIdent, getClassType, in SynthGetClassFunctionDecl() 2546 IdentifierInfo *getClassIdent = &Context->Idents.get("objc_getMetaClass"); in SynthGetMetaClassFunctionDecl() local 2554 getClassIdent, getClassType, in SynthGetMetaClassFunctionDecl()
|