Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp417 assert(TemplateIds.empty() && "Still alive TemplateIdAnnotations around?"); in ~Parser()
517 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(((Parser *)P)->TemplateIds); in LateTemplateParserCleanupCallback()
523 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseTopLevelDecl()
599 DestroyTemplateIdAnnotationsRAIIObj CleanupRAII(TemplateIds); in ParseExternalDeclaration()
DParseTemplate.cpp984 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in AnnotateTemplateIdToken()
DParseExprCXX.cpp2057 = TemplateIdAnnotation::Allocate(TemplateArgs.size(), TemplateIds); in ParseUnqualifiedIdTemplateId()
/external/clang/include/clang/Parse/
DParser.h220 SmallVector<TemplateIdAnnotation *, 16> TemplateIds; variable