Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3102 StringLiteral *getPredefinedStringLiteralFromCache(StringRef Key) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2277 StringLiteral *Res = Ctx.getPredefinedStringLiteralFromCache(Tmp); in EvaluateInContext()
H A DASTContext.cpp12106 ASTContext::getPredefinedStringLiteralFromCache(StringRef Key) const { in getPredefinedStringLiteralFromCache() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp447 Expr *Lit = S.Context.getPredefinedStringLiteralFromCache(Str); in getStringLiteral()