Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2931 StringLiteral *getPredefinedStringLiteralFromCache(StringRef Key) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2160 StringLiteral *Res = Ctx.getPredefinedStringLiteralFromCache(Tmp); in EvaluateInContext()
H A DASTContext.cpp11234 ASTContext::getPredefinedStringLiteralFromCache(StringRef Key) const { in getPredefinedStringLiteralFromCache() function in ASTContext