OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
600
QualType
StrType
= Context->getConstantArrayType(
604
/*Pascal=*/false,
StrType
, SourceLocation());
2560
QualType
strType
= getConstantStringStructType();
2589
strType
, nullptr, SC_Static);
2591
DeclRefExpr(*Context, NewVD, false,
strType
, VK_LValue, SourceLocation());
RewriteObjC.cpp
500
QualType
StrType
= Context->getConstantArrayType(
504
/*Pascal=*/false,
StrType
, SourceLocation());
2487
QualType
strType
= getConstantStringStructType();
2516
strType
, nullptr, SC_Static);
2518
DeclRefExpr(*Context, NewVD, false,
strType
, VK_LValue, SourceLocation());
Completed in 30 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026