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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1107 bool isInExternCXXContext() const;
2334 bool isInExternCXXContext() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2071 bool VarDecl::isInExternCXXContext() const { function in class:VarDecl
3076 bool FunctionDecl::isInExternCXXContext() const { function in class:FunctionDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3096 if (OldLinkage == CLanguageLinkage && New->isInExternCXXContext())

Completed in 122 milliseconds