Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp79 VarDecl *GlobalVarDecl; member in __anon0b295c890111::RewriteObjC
620 GlobalVarDecl = nullptr; in InitializeCommon()
3478 if (GlobalVarDecl) in SynthesizeBlockImpl()
3488 if (GlobalVarDecl) in SynthesizeBlockImpl()
3535 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
3541 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
3601 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
3603 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
4395 else if (GlobalVarDecl) in SynthBlockInitExpr()
4860 GlobalVarDecl = VD; in HandleDeclInMainFile()
[all …]
H A DRewriteModernObjC.cpp80 VarDecl *GlobalVarDecl; member in __anonadad980e0111::RewriteModernObjC
690 GlobalVarDecl = nullptr; in InitializeCommon()
4272 if (GlobalVarDecl) in SynthesizeBlockImpl()
4282 if (GlobalVarDecl) in SynthesizeBlockImpl()
4326 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
4332 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
4398 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
5247 else if (GlobalVarDecl) in SynthBlockInitExpr()
5253 if (GlobalBlockExpr && !GlobalVarDecl) { in SynthBlockInitExpr()
5767 GlobalVarDecl = VD; in HandleDeclInMainFile()
[all …]