Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h321 mutable llvm::StringMap<StringLiteral *> StringLiteralCache; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12741 StringLiteral *&Result = StringLiteralCache[Key]; in getPredefinedStringLiteralFromCache()