Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp200 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/external/clang/include/clang/AST/
DASTContext.h1393 TypedefDecl *getCFConstantStringDecl() const;
/external/clang/lib/AST/
DASTContext.cpp4887 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
4937 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
4943 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/external/clang/lib/Serialization/
DASTReader.cpp6421 return Context.getCFConstantStringDecl(); in getPredefinedDecl()