Home
last modified time | relevance | path

Searched refs:isExternCContext (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DAvoidCArraysCheck.cpp29 AST_MATCHER(clang::RecordDecl, isExternCContext) { in AST_MATCHER() argument
30 return Node.isExternCContext(); in AST_MATCHER()
51 hasParent(recordDecl(isExternCContext())))), in registerMatchers()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2158 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
3291 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
4773 if (!CXXRD || CXXRD->isExternCContext()) in mayInsertExtraPadding()
H A DDeclBase.cpp1204 bool DeclContext::isExternCContext() const { in isExternCContext() function in DeclContext
H A DDeclCXX.cpp1955 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2017 bool isExternCContext() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp7998 if (Ctx && Ctx->isExternCContext()) { in CheckTemplateDeclScope()
H A DSemaDeclAttr.cpp2138 if (S.LangOpts.CPlusPlus && !D->getDeclContext()->isExternCContext()) { in handleCmseNSEntryAttr()
H A DSemaDecl.cpp18330 CXXRecord->getLexicalDeclContext()->isExternCContext() && in ActOnFields()
H A DSemaOpenMP.cpp22504 !CurLexicalContext->isExternCContext() && in ActOnStartOpenMPDeclareTargetContext()