Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A DSema.cpp200 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope); in Initialize()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1393 TypedefDecl *getCFConstantStringDecl() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1846 TypedefDecl *getCFConstantStringDecl() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1830 TypedefDecl *getCFConstantStringDecl() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1830 TypedefDecl *getCFConstantStringDecl() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1822 TypedefDecl *getCFConstantStringDecl() const;
/aosp_15_r20/external/clang/lib/AST/
H A 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()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp6421 return Context.getCFConstantStringDecl(); in getPredefinedDecl()