Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp78 VarDecl *GlobalVarDecl; member in __anone4fa00500111::RewriteObjC
620 GlobalVarDecl = nullptr; in InitializeCommon()
3479 if (GlobalVarDecl) in SynthesizeBlockImpl()
3489 if (GlobalVarDecl) in SynthesizeBlockImpl()
3536 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
3542 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
3602 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
3604 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
4393 else if (GlobalVarDecl) in SynthBlockInitExpr()
4863 GlobalVarDecl = VD; in HandleDeclInMainFile()
[all …]
H A DRewriteModernObjC.cpp80 VarDecl *GlobalVarDecl; member in __anonceb1b5150111::RewriteModernObjC
691 GlobalVarDecl = nullptr; in InitializeCommon()
4269 if (GlobalVarDecl) in SynthesizeBlockImpl()
4279 if (GlobalVarDecl) in SynthesizeBlockImpl()
4323 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
4329 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
4395 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
5240 else if (GlobalVarDecl) in SynthBlockInitExpr()
5246 if (GlobalBlockExpr && !GlobalVarDecl) { in SynthBlockInitExpr()
5763 GlobalVarDecl = VD; in HandleDeclInMainFile()
[all …]