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

1 2

  /external/clang/include/clang/AST/
DeclObjC.h 806 assert(hasDefinition() && "Caller did not check for forward reference!");
834 if (!hasDefinition())
844 if (!hasDefinition())
    [all...]
Decl.h     [all...]
DeclCXX.h 674 bool hasDefinition() const { return DefinitionData.get(); }
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 62 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly &&
  /external/clang/lib/Analysis/
CocoaConventions.cpp 81 if (!ID->hasDefinition())
  /external/clang/lib/AST/
DeclObjC.cpp 249 if (!hasDefinition())
463 assert(!hasDefinition() && "ObjC class already has a definition");
485 if (!hasDefinition())
516 if (!hasDefinition())
551 if (!hasDefinition())
603 if (!hasDefinition())
    [all...]
MicrosoftCXXABI.cpp 96 if (!hasDefinition() || isParsingBaseSpecifiers())
Type.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 93 if (!record_->hasDefinition())
307 if (!record_->hasDefinition())
334 if (!record_->hasDefinition())
BlinkGCPlugin.cpp 193 if (record->hasDefinition() && record->isCompleteDefinition())
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 213 if (!RD || !RD->hasDefinition())
SemaDeclObjC.cpp 64 if (!resultClass->hasDefinition()) {
512 if (!IDecl->hasDefinition())
691 if (!PDecl->hasDefinition())
768 if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) {
    [all...]
Sema.cpp 443 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly)
545 if (R->hasDefinition())
    [all...]
SemaCodeComplete.cpp     [all...]
SemaCXXScopeSpec.cpp 495 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() ||
    [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 562 if (!to_objc_interface->hasDefinition())
714 (to_interface_decl->hasDefinition() ? " HasDefinition" : ""));
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 331 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
CallEvent.cpp 447 if (!RD || !RD->hasDefinition())
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 61 if (!AllowOnUnknownClass && !Class->hasDefinition())
  /external/clang/tools/libclang/
IndexingContext.cpp 434 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
489 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 665 if (!Declaration->hasDefinition())
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGExprCXX.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1095 if (!record->hasDefinition()) return false;
    [all...]

Completed in 330 milliseconds

1 2