Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp285 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1694 TypedefDecl *getCFConstantStringDecl() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6512 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
6598 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
6604 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7392 return Context.getCFConstantStringDecl(); in getPredefinedDecl()