Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidCArraysCheck.cpp29 AST_MATCHER(clang::RecordDecl, isExternCContext) { in AST_MATCHER() argument
30 return Node.isExternCContext(); in AST_MATCHER()
51 hasParent(recordDecl(isExternCContext())))), in registerMatchers()
/external/clang/lib/AST/
DDecl.cpp1901 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
2628 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
3823 if (!CXXRD || CXXRD->isExternCContext()) in mayInsertExtraPadding()
DDeclBase.cpp973 bool DeclContext::isExternCContext() const { in isExternCContext() function in DeclContext
/external/clang/include/clang/AST/
DDeclBase.h1322 bool isExternCContext() const;
/external/llvm-project/clang/lib/AST/
DDecl.cpp2094 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
3162 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
4595 if (!CXXRD || CXXRD->isExternCContext()) in mayInsertExtraPadding()
DDeclBase.cpp1192 bool DeclContext::isExternCContext() const { in isExternCContext() function in DeclContext
DDeclCXX.cpp1929 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1928 bool isExternCContext() const;
/external/clang/lib/Sema/
DSemaTemplate.cpp5816 if (Ctx && Ctx->isExternCContext()) in CheckTemplateDeclScope()
DSemaOpenMP.cpp11469 !CurLexicalContext->isExternCContext() && in ActOnStartOpenMPDeclareTargetDirective()
DSemaDecl.cpp14158 CXXRecord->getLexicalDeclContext()->isExternCContext() && in ActOnFields()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp7944 if (Ctx && Ctx->isExternCContext()) { in CheckTemplateDeclScope()
DSemaDeclAttr.cpp1995 if (S.LangOpts.CPlusPlus && !D->getDeclContext()->isExternCContext()) { in handleCmseNSEntryAttr()
DSemaDecl.cpp17396 CXXRecord->getLexicalDeclContext()->isExternCContext() && in ActOnFields()
DSemaOpenMP.cpp18584 !CurLexicalContext->isExternCContext() && in ActOnStartOpenMPDeclareTargetDirective()