Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2982 StringLiteral *getPredefinedStringLiteralFromCache(StringRef Key) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2229 StringLiteral *Res = Ctx.getPredefinedStringLiteralFromCache(Tmp); in EvaluateInContext()
H A DASTContext.cpp11308 ASTContext::getPredefinedStringLiteralFromCache(StringRef Key) const { in getPredefinedStringLiteralFromCache() function in ASTContext