Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3226 StringLiteral *getPredefinedStringLiteralFromCache(StringRef Key) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2295 StringLiteral *Res = Ctx.getPredefinedStringLiteralFromCache(Tmp); in EvaluateInContext()
H A DASTContext.cpp12740 ASTContext::getPredefinedStringLiteralFromCache(StringRef Key) const { in getPredefinedStringLiteralFromCache() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp506 Expr *Lit = S.Context.getPredefinedStringLiteralFromCache(Str); in getStringLiteral()