Home | History | Annotate | Download | only in AST

Lines Matching refs:isWeak

1101   return Decl && Decl->isWeak();
1116 return !Decl || !Decl->isWeak();
1450 if (VD->isWeak()) {