Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp327 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1799 TypedefDecl *getCFConstantStringDecl() const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7264 TypedefDecl *ASTContext::getCFConstantStringDecl() const { in getCFConstantStringDecl() function in ASTContext
7350 getCFConstantStringDecl(); // Build the tag and the typedef. in getCFConstantStringTagDecl()
7356 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7512 return Context.getCFConstantStringDecl(); in getPredefinedDecl()