OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFConstantStringTypeDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
384
mutable TypedefDecl *
CFConstantStringTypeDecl
= nullptr;
1689
if (
CFConstantStringTypeDecl
)
1690
return getTypedefType(
CFConstantStringTypeDecl
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
6513
if (
CFConstantStringTypeDecl
)
6514
return
CFConstantStringTypeDecl
;
6590
CFConstantStringTypeDecl
=
6593
return
CFConstantStringTypeDecl
;
6618
CFConstantStringTypeDecl
= cast<TypedefDecl>(TD->getDecl());
6620
CFConstantStringTypeDecl
->getUnderlyingType()->castAs<RecordType>();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
4370
RegisterPredefDecl(Context.
CFConstantStringTypeDecl
,
ASTReader.cpp
4877
if (!Context.
CFConstantStringTypeDecl
)
Completed in 46 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026