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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp77 VarDecl *GlobalVarDecl; member in class:__anon3345::RewriteObjC
621 GlobalVarDecl = 0;
3557 if (GlobalVarDecl)
3567 if (GlobalVarDecl)
3614 bool RewriteSC = (GlobalVarDecl &&
3616 GlobalVarDecl->getStorageClass() == SC_Static &&
3617 GlobalVarDecl->getType().getCVRQualifiers());
3620 SC += GlobalVarDecl->getNameAsString();
3680 if (GlobalVarDecl->getStorageClass() == SC_Static)
3682 if (GlobalVarDecl
[all...]
H A DRewriteModernObjC.cpp77 VarDecl *GlobalVarDecl; member in class:__anon3342::RewriteModernObjC
696 GlobalVarDecl = 0;
4460 if (GlobalVarDecl)
4470 if (GlobalVarDecl)
4514 bool RewriteSC = (GlobalVarDecl &&
4516 GlobalVarDecl->getStorageClass() == SC_Static &&
4517 GlobalVarDecl->getType().getCVRQualifiers());
4520 SC += GlobalVarDecl->getNameAsString();
4584 if (GlobalVarDecl->getStorageClass() == SC_Static)
4586 if (GlobalVarDecl
[all...]

Completed in 171 milliseconds