Home
last modified time | relevance | path

Searched refs:getPredefinedStringLiteralFromCache (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2882 StringLiteral *getPredefinedStringLiteralFromCache(StringRef Key) const;
/external/llvm-project/clang/lib/AST/
DExpr.cpp2078 StringLiteral *Res = Ctx.getPredefinedStringLiteralFromCache(Tmp); in EvaluateInContext()
DASTContext.cpp11041 ASTContext::getPredefinedStringLiteralFromCache(StringRef Key) const { in getPredefinedStringLiteralFromCache() function in ASTContext