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.h1889 TypedefDecl *getCFConstantStringDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp372 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7727 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
7813 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
7819 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7834 NewLoaded = Context.getCFConstantStringDecl(); in getPredefinedDecl()