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

  /external/clang/include/clang/AST/
CanonicalType.h 649 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
655 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
662 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
Decl.h     [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 48 if (T->isRecordType() && T->getAs<RecordType>()->isBeingDefined())
72 if (T->isRecordType() && T->getAs<RecordType>()->isBeingDefined())
750 if (New->getParent()->isBeingDefined()) {
    [all...]
SemaCXXScopeSpec.cpp 223 if (tagType && tagType->isBeingDefined())
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaLookup.cpp 540 return !RecordTy->isBeingDefined();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 782 return Class && Class->isBeingDefined();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 849 if (TagTy->isBeingDefined())
    [all...]
Type.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp 96 R->IsBeingDefined = true;
527 if (!isBeingDefined())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 250 assert(!T->isBeingDefined() &&
    [all...]

Completed in 459 milliseconds