Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2718 bool isMSExternInline() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3532 bool FunctionDecl::isMSExternInline() const { in isMSExternInline() function in FunctionDecl
H A DASTContext.cpp11544 if (FD->isMSExternInline()) in basicGVALinkageForFunction()