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

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 57 TemplateTypeParm,
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 613 // TemplateTypeParm Allocation/Deallocation Method Implementations
1393 auto *TemplateTypeParm = TemplateTypeParmDecl::Create(
1397 TemplateTypeParm->setImplicit(true);
1401 QualType(TemplateTypeParm->getTypeForDecl(), 0));
1405 NamedDecl *Params[] = {TemplateTemplateParm, TemplateTypeParm,

Completed in 20 milliseconds