Home
last modified time | relevance | path

Searched defs:LPTMap (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Sema/
H A DExternalSemaSource.h193 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {} in ReadLateParsedTemplates()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DExternalSemaSource.h191 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>> in ReadLateParsedTemplates()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DExternalSemaSource.h191 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>> in ReadLateParsedTemplates()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DExternalSemaSource.h191 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>> in ReadLateParsedTemplates()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DExternalSemaSource.h191 llvm::MapVector<const FunctionDecl *, std::unique_ptr<LateParsedTemplate>> in ReadLateParsedTemplates()
/aosp_15_r20/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp288 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) { in ReadLateParsedTemplates()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp3891 Sema::LateParsedTemplateMapT &LPTMap = SemaRef.LateParsedTemplateMap; in WriteLateParsedTemplates() local
H A DASTReader.cpp7375 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) { in ReadLateParsedTemplates()