Home
last modified time | relevance | path

Searched refs:isInExternCXXContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h1161 bool isInExternCXXContext() const;
2410 bool isInExternCXXContext() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp2121 bool VarDecl::isInExternCXXContext() const { in isInExternCXXContext() function in VarDecl
3191 bool FunctionDecl::isInExternCXXContext() const { in isInExternCXXContext() function in FunctionDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3161 if (OldLinkage == CLanguageLinkage && New->isInExternCXXContext()) in haveIncompatibleLanguageLinkages()