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

  /external/clang/tools/libclang/
CXType.cpp 618 ET = cast<DependentSizedArrayType> (TP)->getElementType();
670 ET = cast<DependentSizedArrayType> (TP)->getElementType();
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 123 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context,
135 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID,
    [all...]
TypePrinter.cpp 493 const DependentSizedArrayType *T,
500 const DependentSizedArrayType *T,
    [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 52 // FIXME: DependentSizedArrayType
493 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1);
494 const DependentSizedArrayType *Array2 = cast<DependentSizedArrayType>(T2);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 94 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes;
    [all...]
CanonicalType.h 519 template<> struct CanProxyAdaptor<DependentSizedArrayType>;
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 263 element_type_ptr->SetClangType (m_ast, cast<DependentSizedArrayType>(qual_type)->getElementType());
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 330 ASTTypeWriter::VisitDependentSizedArrayType(const DependentSizedArrayType *T) {
    [all...]

Completed in 90 milliseconds