Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1824 TypedefDecl *getCFConstantStringDecl() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp326 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7159 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
7245 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
7251 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7473 return Context.getCFConstantStringDecl(); in getPredefinedDecl()