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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 44 if (ToPointeeTy->isIncompleteType())
ObjCContainersASTChecker.cpp 40 if (T->isIncompleteType())
  /external/clang/lib/AST/
Type.cpp 835 assert(!isIncompleteType() && "This doesn't make sense for incomplete types");
841 /// isIncompleteType - Return true if this is an incomplete type (C99 6.2.5p1)
844 bool Type::isIncompleteType(NamedDecl **Def) const {
879 ->isIncompleteType(Def);
885 ->isIncompleteType(Def);
907 if ((*this)->isIncompleteType())
    [all...]
ExprClassification.cpp 577 if (CT->isIncompleteType())
ASTContext.cpp 760 if (!T->isIncompleteType() && !T->isFunctionType()) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 253 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIncompleteType)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 200 if (TT->isIncompleteType())
CGDebugInfo.cpp     [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaPseudoObject.cpp 878 !RecordTy || RecordTy->isIncompleteType()) {
    [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp 137 assert((isDependent || !SearchType->isIncompleteType()) &&
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp 563 if (!E->getType()->isIncompleteType() && !E->getType().isPODType(Context)) {
    [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp 286 if (RT->isIncompleteType())
738 if (!FD->getType()->isIncompleteType() &&
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 580 if (!T->isIncompleteType() && !T->isConstantSizeType()) {
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 595 AllocatedResults.ContainerIsIncomplete = type->isIncompleteType();
    [all...]

Completed in 788 milliseconds

1 2