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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp561 return First->isInExternCContext();
2067 bool VarDecl::isInExternCContext() const { function in class:VarDecl
3070 bool FunctionDecl::isInExternCContext() const { function in class:FunctionDecl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1103 bool isInExternCContext() const;
2330 bool isInExternCContext() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3870 if (First->getDeclContext()->isRecord() || !First->isInExternCContext())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3094 if (OldLinkage == CXXLanguageLinkage && New->isInExternCContext())
6594 if (!D->isInExternCContext() || D->template hasAttr<OverloadableAttr>())

Completed in 232 milliseconds