Searched refs:SubstTemplateTypeParmType (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/AST/
H A DTypePrinter.cpp166 if (const SubstTemplateTypeParmType *Subst
167 = dyn_cast<SubstTemplateTypeParmType>(T))
236 if (const SubstTemplateTypeParmType *Subst =
237 dyn_cast<SubstTemplateTypeParmType>(Split.Ty))
981 const SubstTemplateTypeParmType *T,
987 const SubstTemplateTypeParmType *T,
H A DASTDiagnostic.cpp46 if (const SubstTemplateTypeParmType *ST =
47 dyn_cast<SubstTemplateTypeParmType>(Ty)) {
H A DASTImporter.cpp71 // FIXME: SubstTemplateTypeParmType
672 const SubstTemplateTypeParmType *Subst1
673 = cast<SubstTemplateTypeParmType>(T1);
674 const SubstTemplateTypeParmType *Subst2
675 = cast<SubstTemplateTypeParmType>(T2);
H A DASTContext.cpp1680 return getTypeInfo(cast<SubstTemplateTypeParmType>(T)->
3043 SubstTemplateTypeParmType::Profile(ID, Parm, Replacement);
3045 SubstTemplateTypeParmType *SubstParm
3050 SubstTemplateTypeParmType(Parm, Replacement);
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1066 } else if (llvm::isa<clang::SubstTemplateTypeParmType>(t)) {
1067 return ToTagType(llvm::cast<clang::SubstTemplateTypeParmType>(t)
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp653 } else if (isa<SubstTemplateTypeParmType>(T)) {
H A DTreeTransform.h3639 if (const SubstTemplateTypeParmType *SubstTypeParam
3640 = dyn_cast<SubstTemplateTypeParmType>(Result)) {
4834 const SubstTemplateTypeParmType *T = TL.getTypePtr();
H A DSemaTemplate.cpp1536 bool VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) {
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h901 DEF_TRAVERSE_TYPE(SubstTemplateTypeParmType, {})
1114 DEF_TRAVERSE_TYPELOC(SubstTemplateTypeParmType, {})
H A DRecursiveASTVisitor.h966 DEF_TRAVERSE_TYPE(SubstTemplateTypeParmType, {})
1179 DEF_TRAVERSE_TYPELOC(SubstTemplateTypeParmType, {})
H A DTypeLoc.h667 SubstTemplateTypeParmType> {
H A DASTContext.h104 mutable llvm::FoldingSet<SubstTemplateTypeParmType>
H A DType.h3556 class SubstTemplateTypeParmType : public Type, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3560 SubstTemplateTypeParmType(const TemplateTypeParmType *Param, QualType Canon) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3609 /// arguments), this type will be replaced with the \c SubstTemplateTypeParmType
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2017 T = cast<SubstTemplateTypeParmType>(T)->getReplacementType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp299 const SubstTemplateTypeParmType *T) {

Completed in 693 milliseconds