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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 41 if (const SubstTemplateTypeParmType *ST =
42 dyn_cast<SubstTemplateTypeParmType>(Ty)) {
TypePrinter.cpp 102 if (const SubstTemplateTypeParmType *Subst
103 = dyn_cast<SubstTemplateTypeParmType>(T))
753 void TypePrinter::printSubstTemplateTypeParm(const SubstTemplateTypeParmType *T,
    [all...]
ASTImporter.cpp 72 // FIXME: SubstTemplateTypeParmType
680 const SubstTemplateTypeParmType *Subst1
681 = cast<SubstTemplateTypeParmType>(T1);
682 const SubstTemplateTypeParmType *Subst2
683 = cast<SubstTemplateTypeParmType>(T2);
    [all...]
ASTContext.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1085 } else if (isa<clang::SubstTemplateTypeParmType>(t)) {
1086 return ToTagType(cast<clang::SubstTemplateTypeParmType>(t)->
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
ASTContext.h 109 mutable llvm::FoldingSet<SubstTemplateTypeParmType>
    [all...]
TypeLoc.h 610 SubstTemplateTypeParmType> {
    [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 619 } else if (isa<SubstTemplateTypeParmType>(T)) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 268 const SubstTemplateTypeParmType *T) {
    [all...]

Completed in 77 milliseconds