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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp78 VarDecl *GlobalVarDecl; member in class:__anon525::RewriteObjC
619 GlobalVarDecl = nullptr;
3484 if (GlobalVarDecl)
3494 if (GlobalVarDecl)
3541 bool RewriteSC = (GlobalVarDecl &&
3543 GlobalVarDecl->getStorageClass() == SC_Static &&
3544 GlobalVarDecl->getType().getCVRQualifiers());
3547 SC += GlobalVarDecl->getNameAsString();
3607 if (GlobalVarDecl->getStorageClass() == SC_Static)
3609 if (GlobalVarDecl
[all...]
H A DRewriteModernObjC.cpp79 VarDecl *GlobalVarDecl; member in class:__anon522::RewriteModernObjC
689 GlobalVarDecl = nullptr;
4272 if (GlobalVarDecl)
4282 if (GlobalVarDecl)
4326 bool RewriteSC = (GlobalVarDecl &&
4328 GlobalVarDecl->getStorageClass() == SC_Static &&
4329 GlobalVarDecl->getType().getCVRQualifiers());
4332 SC += GlobalVarDecl->getNameAsString();
4396 if (GlobalVarDecl->getStorageClass() == SC_Static)
4398 if (GlobalVarDecl
[all...]

Completed in 182 milliseconds