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

  /external/clang/include/clang/AST/
CanonicalType.h 603 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
609 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
616 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBeingDefined)
Decl.h     [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 87 PointeeT->getAs<RecordType>()->isBeingDefined()) &&
780 if (New->getParent()->isBeingDefined()) {
    [all...]
SemaCXXScopeSpec.cpp 202 if (tagType && tagType->isBeingDefined())
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaLookup.cpp 560 return !Class->isBeingDefined();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp 262 ObjectType->castAs<TagType>()->isBeingDefined()) &&
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 206 if (!tag_decl->getDefinition() && !tag_decl->isBeingDefined())
ClangASTType.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 930 if (PossiblePartialDef->isBeingDefined())
    [all...]
Type.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp 118 R->IsBeingDefined = true;
474 if (!isBeingDefined() && D->isImplicit())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 276 assert(!T->isBeingDefined() &&
    [all...]

Completed in 664 milliseconds