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 648 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
654 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
661 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())
71 if (T->isRecordType() && T->getAs<RecordType>()->isBeingDefined())
747 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 772 return Class && Class->isBeingDefined();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 840 if (TagTy->isBeingDefined())
    [all...]
Type.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp 90 R->IsBeingDefined = true;
533 if (!isBeingDefined())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 245 assert(!T->isBeingDefined() &&
    [all...]

Completed in 341 milliseconds