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

1 2

  /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 567 if (const TemplateTypeParmType *TTP
568 = UPP.first.dyn_cast<const TemplateTypeParmType *>())
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaCXXScopeSpec.cpp 645 } else if (isa<TemplateTypeParmType>(T)) {
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 620 struct CanProxyAdaptor<TemplateTypeParmType>
621 : public CanProxyBase<TemplateTypeParmType> {
ASTContext.h 103 mutable llvm::FoldingSet<TemplateTypeParmType> TemplateTypeParmTypes;
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 658 TemplateTypeParmType> {
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 658 if (const TemplateTypeParmType *TTP = T->getAs<TemplateTypeParmType>()) {
  /external/clang/lib/AST/
DeclTemplate.cpp 499 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth();
503 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex();
507 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 969 void TypePrinter::printTemplateTypeParmBefore(const TemplateTypeParmType *T,
    [all...]
ASTImporter.cpp 70 // FIXME: TemplateTypeParmType
658 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1);
659 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2);
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 958 if (const TemplateTypeParmType *TemplP = Ty->getAs<TemplateTypeParmType>())
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 621 TypeNode->getAs<TemplateTypeParmType>() != nullptr)
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 857 TypeList<TemplateSpecializationType, TemplateTypeParmType,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 345 ASTTypeWriter::VisitTemplateTypeParmType(const TemplateTypeParmType *T) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 204 typedef std::pair<llvm::PointerUnion<const TemplateTypeParmType*, NamedDecl*>,
    [all...]

Completed in 811 milliseconds

1 2