Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3087 StringLiteral *getPredefinedStringLiteralFromCache(StringRef Key) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp2190 StringLiteral *Res = Ctx.getPredefinedStringLiteralFromCache(Tmp); in EvaluateInContext()
H A DASTContext.cpp11961 ASTContext::getPredefinedStringLiteralFromCache(StringRef Key) const { in getPredefinedStringLiteralFromCache() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp412 Expr *Lit = S.Context.getPredefinedStringLiteralFromCache(Str); in getStringLiteral()