Home | History | Annotate | Download | only in AST

Lines Matching refs:getDefinition

2394   if (D->hasExternalLexicalStorage() && !D->getDefinition())
2397 D = D->getDefinition();
2478 RD = cast<CXXRecordDecl>(RD->getDefinition());
2519 if (D->hasExternalLexicalStorage() && !D->getDefinition())
2521 D = D->getDefinition();