Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp488 DelayedCleanupPoint CleanupRAII(TopLevelDeclCleanupPool); in ParseTopLevelDecl()
551 DelayedCleanupPoint CleanupRAII(TopLevelDeclCleanupPool); in ParseExternalDeclaration()
1166 TopLevelDeclCleanupPool.delayMemberFunc< TemplateIdAnnotation, in takeTemplateIdAnnotation()
/external/clang/include/clang/Parse/
DParser.h176 DelayedCleanupPool TopLevelDeclCleanupPool; variable