reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 1180   DefinitionKind hasDefinition(ASTContext &) const;

References

tools/clang/include/clang/AST/Decl.h
 1182     return hasDefinition(getASTContext());
tools/clang/lib/AST/ExprConstant.cpp
 3612       } else if (BaseType.isConstQualified() && VD->hasDefinition(Info.Ctx)) {
 3618             VD->getType().isConstQualified() && !VD->hasDefinition(Info.Ctx)) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9704     if (VD->hasDefinition(CGM.getContext()) != VarDecl::DeclarationOnly) {
tools/clang/lib/Sema/SemaExpr.cpp
15629   if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly &&
tools/clang/lib/Sema/SemaExprObjC.cpp
 3431           !var->hasDefinition(Context) &&