Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1822 TypedefDecl *getCFConstantStringDecl() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp327 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7271 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
7357 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
7363 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7732 return Context.getCFConstantStringDecl(); in getPredefinedDecl()