Home
last modified time | relevance | path

Searched refs:StringLiteralCache (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h303 mutable llvm::StringMap<StringLiteral *> StringLiteralCache; variable
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp12107 StringLiteral *&Result = StringLiteralCache[Key]; in getPredefinedStringLiteralFromCache()