Home | History | Annotate | Download | only in Sema

Lines Matching defs:TU

1198 // Callers should verify at the end of the TU if it D has external linkage or
4403 // Don't need to track declarations in the TU in C.
12618 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl();
12619 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU,
12621 TU->addDecl(ImportD);