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 165 if (const SubstTemplateTypeParmType *Subst
166 = dyn_cast<SubstTemplateTypeParmType>(T))
234 if (const SubstTemplateTypeParmType *Subst =
235 dyn_cast<SubstTemplateTypeParmType>(Split.Ty))
956 const SubstTemplateTypeParmType *T,
962 const SubstTemplateTypeParmType *T,
    [all...]
ASTDiagnostic.cpp 44 if (const SubstTemplateTypeParmType *ST =
45 dyn_cast<SubstTemplateTypeParmType>(Ty)) {
    [all...]
ASTImporter.cpp 71 // FIXME: SubstTemplateTypeParmType
673 const SubstTemplateTypeParmType *Subst1
674 = cast<SubstTemplateTypeParmType>(T1);
675 const SubstTemplateTypeParmType *Subst2
676 = 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/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 103 mutable llvm::FoldingSet<SubstTemplateTypeParmType>
    [all...]
TypeLoc.h 664 SubstTemplateTypeParmType> {
    [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 879 DEF_TRAVERSE_TYPE(SubstTemplateTypeParmType, { })
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 605 } else if (isa<SubstTemplateTypeParmType>(T)) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 285 const SubstTemplateTypeParmType *T) {
    [all...]

Completed in 295 milliseconds