Home
last modified time | relevance | path

Searched refs:isInExternCContext (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp576 return First->isInExternCContext(); in isFirstInExternCContext()
2231 bool VarDecl::isInExternCContext() const { in isInExternCContext() function in VarDecl
3488 bool FunctionDecl::isInExternCContext() const { in isInExternCContext() function in FunctionDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp827 if (getLangOpts().CPlusPlus && !FD->isInExternCContext()) { in ActOnPragmaMSAllocText()
HDSemaDecl.cpp3427 if (OldLinkage == CXXLanguageLinkage && New->isInExternCContext()) in haveIncompatibleLanguageLinkages()
7132 if (!D->isInExternCContext() || D->template hasAttr<OverloadableAttr>()) in isIncompleteDeclExternC()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1190 bool isInExternCContext() const;
2538 bool isInExternCContext() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp5331 if (First->getDeclContext()->isRecord() || !First->isInExternCContext()) in MaybeHandleStaticInExternC()