HomeSort by relevance Sort by last modified time
    Searched defs:TTPDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclTemplate.cpp 458 TemplateTypeParmDecl *TTPDecl =
460 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
461 TTPDecl->TypeForDecl = TTPType.getTypePtr();
462 return TTPDecl;
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 60 milliseconds