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

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 64 bool VisitTemplateTypeParmType(TemplateTypeParmType *T) {
227 if (const TemplateTypeParmType *TTP
228 = Unexpanded[I].first.dyn_cast<const TemplateTypeParmType *>())
547 if (const TemplateTypeParmType *TTP
548 = i->first.dyn_cast<const TemplateTypeParmType *>()) {
649 if (const TemplateTypeParmType *TTP
650 = Unexpanded[I].first.dyn_cast<const TemplateTypeParmType *>()) {
    [all...]
SemaTemplateDeduction.cpp 566 if (const TemplateTypeParmType *TTP
567 = UPP.first.dyn_cast<const TemplateTypeParmType *>())
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaCXXScopeSpec.cpp 597 } else if (isa<TemplateTypeParmType>(T)) {
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 621 struct CanProxyAdaptor<TemplateTypeParmType>
622 : public CanProxyBase<TemplateTypeParmType> {
ASTContext.h 102 mutable llvm::FoldingSet<TemplateTypeParmType> TemplateTypeParmTypes;
    [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 655 TemplateTypeParmType> {
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 503 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth();
507 return TypeForDecl->getAs<TemplateTypeParmType>()->getIndex();
511 return TypeForDecl->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 944 void TypePrinter::printTemplateTypeParmBefore(const TemplateTypeParmType *T,
952 void TypePrinter::printTemplateTypeParmAfter(const TemplateTypeParmType *T,
    [all...]
ASTImporter.cpp 70 // FIXME: TemplateTypeParmType
659 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1);
660 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2);
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 661 if (const TemplateTypeParmType *TTP = T->getAs<TemplateTypeParmType>()) {
CXCursor.cpp 926 if (const TemplateTypeParmType *TemplP = Ty->getAs<TemplateTypeParmType>())
    [all...]
RecursiveASTVisitor.h 878 DEF_TRAVERSE_TYPE(TemplateTypeParmType, { })
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 622 TypeNode->getAs<TemplateTypeParmType>() != NULL)
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 331 ASTTypeWriter::VisitTemplateTypeParmType(const TemplateTypeParmType *T) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 200 typedef std::pair<llvm::PointerUnion<const TemplateTypeParmType*, NamedDecl*>,
    [all...]

Completed in 275 milliseconds