Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp244 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1617 TypedefDecl *getCFConstantStringDecl() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5822 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
5908 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
5914 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7306 return Context.getCFConstantStringDecl(); in getPredefinedDecl()