Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2794 bool isMSExternInline() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3699 bool FunctionDecl::isMSExternInline() const { in isMSExternInline() function in FunctionDecl
H A DASTContext.cpp11660 if (FD->isMSExternInline()) in basicGVALinkageForFunction()