Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2074 TypedefDecl *getCFConstantStringDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp440 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8323 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
8409 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
8415 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8191 NewLoaded = Context.getCFConstantStringDecl(); in getPredefinedDecl()