HomeSort by relevance Sort by last modified time
    Searched refs:SubstTemplateTypeParmType (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/AST/
TypePrinter.cpp 166 if (const SubstTemplateTypeParmType *Subst
167 = dyn_cast<SubstTemplateTypeParmType>(T))
236 if (const SubstTemplateTypeParmType *Subst =
237 dyn_cast<SubstTemplateTypeParmType>(Split.Ty))
    [all...]
ASTDiagnostic.cpp 46 if (const SubstTemplateTypeParmType *ST =
47 dyn_cast<SubstTemplateTypeParmType>(Ty)) {
    [all...]
ASTImporter.cpp 71 // FIXME: SubstTemplateTypeParmType
672 const SubstTemplateTypeParmType *Subst1
673 = cast<SubstTemplateTypeParmType>(T1);
674 const SubstTemplateTypeParmType *Subst2
675 = cast<SubstTemplateTypeParmType>(T2);
    [all...]
ASTContext.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1083 } else if (isa<clang::SubstTemplateTypeParmType>(t)) {
1084 return ToTagType(cast<clang::SubstTemplateTypeParmType>(t)->
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]