HomeSort by: relevance | last modified time | path
    Searched refs:ReenterTemplateScopeRAII (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 277 struct Parser::ReenterTemplateScopeRAII {
282 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true)
292 struct Parser::ReenterClassScopeRAII : ReenterTemplateScopeRAII {
296 : ReenterTemplateScopeRAII(P, Class.TagOrTemplate,
330 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method);
518 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.D);
721 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1523 struct ReenterTemplateScopeRAII;

Completed in 17 milliseconds