Home
last modified time | relevance | path

Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h419 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
2069 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
2070 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8324 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
8325 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
8401 CFConstantStringTypeDecl = in getCFConstantStringDecl()
8404 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
8429 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5400 if (!Context.CFConstantStringTypeDecl) in InitializeContext()
8189 if (Context.CFConstantStringTypeDecl) in getPredefinedDecl()
8190 return Context.CFConstantStringTypeDecl; in getPredefinedDecl()
H A DASTWriter.cpp5598 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in PrepareWritingSpecialDecls()