Searched defs:hasDefinition (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h674 bool hasDefinition() const { return DefinitionData.get(); } function in class:clang::CXXRecordDecl
1654 (hasDefinition() && isPolymorphic());
H A DDeclObjC.h806 assert(hasDefinition() && "Caller did not check for forward reference!");
834 if (!hasDefinition())
844 if (!hasDefinition())
861 if (!hasDefinition())
872 if (!hasDefinition())
890 if (!hasDefinition())
902 if (!hasDefinition())
987 bool hasDefinition() const { function in class:clang::ObjCInterfaceDecl
1007 return hasDefinition()? Data.getPointer()->Definition : nullptr;
1014 return hasDefinition()
1621 bool hasDefinition() const { function in class:clang::ObjCProtocolDecl
[all...]
/external/clang/lib/AST/
H A DDecl.cpp1902 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { function in class:VarDecl
3341 cast<CXXRecordDecl>(this)->hasDefinition()) &&

Completed in 181 milliseconds