Home
last modified time | relevance | path

Searched refs:GlobalVarDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp78 VarDecl *GlobalVarDecl; member in __anon6e6e6bfc0111::RewriteObjC
619 GlobalVarDecl = nullptr; in InitializeCommon()
3478 if (GlobalVarDecl) in SynthesizeBlockImpl()
3488 if (GlobalVarDecl) in SynthesizeBlockImpl()
3535 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
3537 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
3538 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
3541 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
3601 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
3603 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
[all …]
DRewriteModernObjC.cpp79 VarDecl *GlobalVarDecl; member in __anoneeab31c10111::RewriteModernObjC
686 GlobalVarDecl = nullptr; in InitializeCommon()
4277 if (GlobalVarDecl) in SynthesizeBlockImpl()
4287 if (GlobalVarDecl) in SynthesizeBlockImpl()
4331 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
4333 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
4334 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
4337 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
4401 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
4403 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
[all …]