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

  /external/clang/include/clang/AST/
ASTContext.h 93 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes;
    [all...]
CanonicalType.h 520 template<> struct CanProxyAdaptor<DependentSizedArrayType>;
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 606 ET = cast<DependentSizedArrayType> (TP)->getElementType();
658 ET = cast<DependentSizedArrayType> (TP)->getElementType();
RecursiveASTVisitor.h 812 DEF_TRAVERSE_TYPE(DependentSizedArrayType, {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 123 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context,
135 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
    [all...]
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 482 const DependentSizedArrayType *T,
489 const DependentSizedArrayType *T,
    [all...]
ASTImporter.cpp 52 // FIXME: DependentSizedArrayType
492 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1);
493 const DependentSizedArrayType *Array2 = cast<DependentSizedArrayType>(T2);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 316 ASTTypeWriter::VisitDependentSizedArrayType(const DependentSizedArrayType *T) {
    [all...]

Completed in 409 milliseconds