Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1739 TypedefDecl *getCFConstantStringDecl() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp308 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6531 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
6617 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
6623 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7419 return Context.getCFConstantStringDecl(); in getPredefinedDecl()