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

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 437 const IncompleteArrayType *A = cast<IncompleteArrayType>(Ty);
CGExpr.cpp 592 } else if (!isa<IncompleteArrayType>(AT))
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 91 mutable llvm::FoldingSet<IncompleteArrayType> IncompleteArrayTypes;
    [all...]
CanonicalType.h 518 template<> struct CanProxyAdaptor<IncompleteArrayType>;
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 600 ET = cast<IncompleteArrayType> (TP)->getElementType();
652 ET = cast<IncompleteArrayType> (TP)->getElementType();
RecursiveASTVisitor.h 803 DEF_TRAVERSE_TYPE(IncompleteArrayType, {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 435 void TypePrinter::printIncompleteArrayBefore(const IncompleteArrayType *T,
441 void TypePrinter::printIncompleteArrayAfter(const IncompleteArrayType *T,
    [all...]
ASTImporter.cpp 50 QualType VisitIncompleteArrayType(const IncompleteArrayType *T);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 678 if (const IncompleteArrayType *ArrayT
    [all...]
SemaInit.cpp 61 if (!isa<ConstantArrayType>(AT) && !isa<IncompleteArrayType>(AT))
156 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 150 void ASTTypeWriter::VisitIncompleteArrayType(const IncompleteArrayType *T) {
    [all...]

Completed in 556 milliseconds