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

1 2

  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
Decl.h     [all...]
DeclCXX.h 680 bool hasDefinition() const { return DefinitionData.get(); }
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 81 if (!ID->hasDefinition())
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 154 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) {
188 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType))
  /external/clang/lib/AST/
DeclObjC.cpp 291 if (!hasDefinition())
324 if (!hasDefinition())
544 assert(!hasDefinition() && "ObjC class already has a definition");
566 if (!hasDefinition())
597 if (!hasDefinition())
632 if (!hasDefinition())
687 if (!hasDefinition())
    [all...]
MicrosoftCXXABI.cpp 170 if (!hasDefinition() || isParsingBaseSpecifiers())
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 210 if (!RD || !RD->hasDefinition())
SemaDeclObjC.cpp 66 if (!resultClass->hasDefinition()) {
    [all...]
Sema.cpp 494 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly)
595 if (R->hasDefinition())
    [all...]
SemaCodeComplete.cpp     [all...]
SemaCXXScopeSpec.cpp 543 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() ||
    [all...]
SemaAccess.cpp 294 if (Derived->isDependentContext() && !Derived->hasDefinition())
    [all...]
SemaExprObjC.cpp 207 } else if (!Decl->hasDefinition() && !S.getLangOpts().DebuggerObjCLiteral) {
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 75 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly &&
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
CallEvent.cpp 487 if (!RD || !RD->hasDefinition())
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 63 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/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 795 if (!Declaration->hasDefinition())
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1095 if (!record->hasDefinition()) return false;
    [all...]

Completed in 160 milliseconds

1 2