Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp561 return First->isInExternCContext(); in isFirstInExternCContext()
2117 bool VarDecl::isInExternCContext() const { in isInExternCContext() function in VarDecl
3185 bool FunctionDecl::isInExternCContext() const { in isInExternCContext() function in FunctionDecl
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1157 bool isInExternCContext() const;
2406 bool isInExternCContext() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4245 if (First->getDeclContext()->isRecord() || !First->isInExternCContext()) in MaybeHandleStaticInExternC()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3159 if (OldLinkage == CXXLanguageLinkage && New->isInExternCContext()) in haveIncompatibleLanguageLinkages()
6722 if (!D->isInExternCContext() || D->template hasAttr<OverloadableAttr>()) in isIncompleteDeclExternC()