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

  /external/clang/include/clang/AST/
CanonicalType.h 604 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
610 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
617 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
Decl.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 857 if (TagTy->isBeingDefined())
    [all...]
Type.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp 103 R->IsBeingDefined = true;
455 if (!isBeingDefined() && D->isImplicit())
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 87 PointeeT->getAs<RecordType>()->isBeingDefined()) &&
766 if (New->getParent()->isBeingDefined()) {
    [all...]
SemaCXXScopeSpec.cpp 202 if (tagType && tagType->isBeingDefined())
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaType.cpp     [all...]
SemaLookup.cpp 554 return !Class->isBeingDefined();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 817 return Class && Class->isBeingDefined();
    [all...]
SemaTemplate.cpp 262 ObjectType->castAs<TagType>()->isBeingDefined()) &&
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 262 assert(!T->isBeingDefined() &&
    [all...]

Completed in 370 milliseconds