Lines Matching refs:TranslationUnitDecl
104 TranslationUnitDecl::TranslationUnitDecl(ASTContext &ctx) in TranslationUnitDecl() function in TranslationUnitDecl
707 !isa<TranslationUnitDecl>(DC); in getLVForNamespaceScopeDecl()
3299 const TranslationUnitDecl *tunit = in isMain()
3300 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext()); in isMain()
3307 const TranslationUnitDecl *TUnit = in isMSVCRTEntryPoint()
3308 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext()); in isMSVCRTEntryPoint()
3350 cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext()) in isReservedGlobalPlacementOperator()
5262 void TranslationUnitDecl::anchor() {} in anchor()
5264 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create()
5265 return new (C, (DeclContext *)nullptr) TranslationUnitDecl(C); in Create()
5268 void TranslationUnitDecl::setAnonymousNamespace(NamespaceDecl *D) { in setAnonymousNamespace()
5278 TranslationUnitDecl *DC, in Create()
5300 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create()
5325 TranslationUnitDecl *DC) { in Create()