Home
last modified time | relevance | path

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

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