OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalVarDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
79
VarDecl *
GlobalVarDecl
;
690
GlobalVarDecl
= nullptr;
4280
if (
GlobalVarDecl
)
4290
if (
GlobalVarDecl
)
4334
bool RewriteSC = (
GlobalVarDecl
&&
4336
GlobalVarDecl
->getStorageClass() == SC_Static &&
4337
GlobalVarDecl
->getType().getCVRQualifiers());
4340
SC +=
GlobalVarDecl
->getNameAsString();
4404
if (
GlobalVarDecl
->getStorageClass() == SC_Static)
4406
if (
GlobalVarDecl
->getType().isConstQualified()
[
all
...]
RewriteObjC.cpp
78
VarDecl *
GlobalVarDecl
;
620
GlobalVarDecl
= nullptr;
3491
if (
GlobalVarDecl
)
3501
if (
GlobalVarDecl
)
3548
bool RewriteSC = (
GlobalVarDecl
&&
3550
GlobalVarDecl
->getStorageClass() == SC_Static &&
3551
GlobalVarDecl
->getType().getCVRQualifiers());
3554
SC +=
GlobalVarDecl
->getNameAsString();
3614
if (
GlobalVarDecl
->getStorageClass() == SC_Static)
3616
if (
GlobalVarDecl
->getType().isConstQualified()
[
all
...]
Completed in 43 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026