Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp439 !PP.isIncrementalProcessingEnabled() && !TemplateIds.empty()) { in ~Parser()
444 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ~Parser()
447 assert(TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"); in ~Parser()
535 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(((Parser *)P)->TemplateIds); in LateTemplateParserCleanupCallback()
541 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseTopLevelDecl()
623 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseExternalDeclaration()
DParseTemplate.cpp1005 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in AnnotateTemplateIdToken()
DParseExprCXX.cpp2065 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in ParseUnqualifiedIdTemplateId()
/external/clang/include/clang/Parse/
DParser.h224 SmallVector<TemplateIdAnnotation *, 16> TemplateIds; variable