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 1066 } else if (llvm::isa<clang::SubstTemplateTypeParmType>(t)) {
1067 return ToTagType(llvm::cast<clang::SubstTemplateTypeParmType>(t)
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 667 SubstTemplateTypeParmType> {
    [all...]
ASTContext.h 104 mutable llvm::FoldingSet<SubstTemplateTypeParmType>
    [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 653 } else if (isa<SubstTemplateTypeParmType>(T)) {
    [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 299 const SubstTemplateTypeParmType *T) {
    [all...]

Completed in 197 milliseconds