HomeSort by relevance Sort by last modified time
    Searched refs:hasDefinition (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/include/clang/AST/
DeclObjC.h 732 assert(hasDefinition() && "Caller did not check for forward reference!");
756 if (!hasDefinition())
766 if (!hasDefinition())
779 if (!hasDefinition())
790 if (!hasDefinition())
803 if (!hasDefinition())
815 if (!hasDefinition())
    [all...]
Decl.h     [all...]
DeclCXX.h 659 bool hasDefinition() const { return DefinitionData != 0; }
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 81 if (!ID->hasDefinition())
  /external/clang/lib/AST/
DeclObjC.cpp 267 if (!hasDefinition())
372 assert(!hasDefinition() && "ObjC class already has a definition");
395 if (!hasDefinition())
429 if (!hasDefinition())
464 if (!hasDefinition())
517 if (!hasDefinition())
    [all...]
Type.cpp     [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 206 if (!RD || !RD->hasDefinition())
TargetAttributesSema.cpp 119 if (VD->hasDefinition()) {
SemaDeclObjC.cpp 64 if (!resultClass->hasDefinition()) {
501 if (!IDecl->hasDefinition())
660 if (!PDecl->hasDefinition())
774 (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()))
    [all...]
Sema.cpp 406 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly)
490 if (R->hasDefinition())
    [all...]
SemaCodeComplete.cpp     [all...]
SemaCXXScopeSpec.cpp 471 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() ||
    [all...]
SemaAccess.cpp 288 if (Derived->isDependentContext() && !Derived->hasDefinition())
    [all...]
SemaExprObjC.cpp 213 } else if (!S.NSNumberDecl->hasDefinition()) {
457 } else if (!NSStringDecl->hasDefinition()) {
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 265 if (!RD->hasDefinition())
453 if (!RD->hasDefinition() || !RD->getNumBases()) {
597 if (!RD->hasDefinition() || !RD->getNumBases()) {
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 331 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
CallEvent.cpp 439 if (!RD || !RD->hasDefinition())
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 61 if (!AllowOnUnknownClass && !Class->hasDefinition())
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 666 if (!Declaration->hasDefinition())
  /external/clang/tools/libclang/
IndexingContext.cpp 435 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
489 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1111 if (!record->hasDefinition()) return false;
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1113 if (!record->hasDefinition()) return false;
    [all...]

Completed in 466 milliseconds

1 2