Home | History | Annotate | Download | only in AST

Lines Matching refs:tunit

2341   const TranslationUnitDecl *tunit =
2343 return tunit &&
2344 !tunit->getASTContext().getLangOpts().Freestanding &&
2349 const TranslationUnitDecl *TUnit =
2351 if (!TUnit)
2358 if (!TUnit->getASTContext().getTargetInfo().getTriple().isOSMSVCRT())