Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1194 bool isInExternCXXContext() const;
2542 bool isInExternCXXContext() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2235 bool VarDecl::isInExternCXXContext() const { in isInExternCXXContext() function in VarDecl
3494 bool FunctionDecl::isInExternCXXContext() const { in isInExternCXXContext() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3429 if (OldLinkage == CLanguageLinkage && New->isInExternCXXContext()) in haveIncompatibleLanguageLinkages()