Home | History | Annotate | Download | only in AST

Lines Matching refs:getDefinition

2886   if (D->hasExternalLexicalStorage() && !D->getDefinition())
2889 D = D->getDefinition();
2975 assert(RD->getDefinition() && "Cannot get key function for forward decl!");
2976 RD = cast<CXXRecordDecl>(RD->getDefinition());
3046 if (D->hasExternalLexicalStorage() && !D->getDefinition())
3048 D = D->getDefinition();