Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp79 VarDecl *GlobalVarDecl; member in __anonb8493dda0111::RewriteObjC
618 GlobalVarDecl = nullptr; in InitializeCommon()
3477 if (GlobalVarDecl) in SynthesizeBlockImpl()
3487 if (GlobalVarDecl) in SynthesizeBlockImpl()
3534 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
3536 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
3537 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
3540 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
3594 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
3596 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
[all …]
H A DRewriteModernObjC.cpp81 VarDecl *GlobalVarDecl; member in __anonc09f721f0111::RewriteModernObjC
689 GlobalVarDecl = nullptr; in InitializeCommon()
4260 if (GlobalVarDecl) in SynthesizeBlockImpl()
4270 if (GlobalVarDecl) in SynthesizeBlockImpl()
4313 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
4315 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
4316 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
4319 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
4375 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
4377 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
[all …]