Home | History | Annotate | Download | only in AST

Lines Matching refs:getDefinition

2191   if (D->hasExternalLexicalStorage() && !D->getDefinition())
2194 D = D->getDefinition();
2275 RD = cast<CXXRecordDecl>(RD->getDefinition());
2316 if (D->hasExternalLexicalStorage() && !D->getDefinition())
2318 D = D->getDefinition();