HomeSort by relevance Sort by last modified time
    Searched full:isbeingdefined (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 607 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
613 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
620 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
Decl.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 881 if (TagTy->isBeingDefined())
    [all...]
Type.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp 103 R->IsBeingDefined = true;
455 if (!isBeingDefined() && D->isImplicit())
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 87 PointeeT->getAs<RecordType>()->isBeingDefined()) &&
795 if (New->getParent()->isBeingDefined()) {
    [all...]
SemaCXXScopeSpec.cpp 217 if (tagType && tagType->isBeingDefined())
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 543 return !Class->isBeingDefined();
    [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp 763 return Class && Class->isBeingDefined();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 254 assert(!T->isBeingDefined() &&
    [all...]

Completed in 550 milliseconds