Home
last modified time | relevance | path

Searched refs:isMSVCRTEntryPoint (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2481 bool isMSVCRTEntryPoint() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp1082 if (FD && ((FD->isMain() || FD->isMSVCRTEntryPoint()) && in StartFunction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp524 if (FD->isMSVCRTEntryPoint()) in shouldMangleCXXName()
HDDecl.cpp3306 bool FunctionDecl::isMSVCRTEntryPoint() const { in isMSVCRTEntryPoint() function in FunctionDecl
HDItaniumMangle.cpp760 if (FD->isMSVCRTEntryPoint()) in shouldMangleCXXName()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp10313 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint()) in ActOnFunctionDeclarator()
10478 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint()) in ActOnFunctionDeclarator()
15268 if (FD->isMSVCRTEntryPoint()) in ShouldWarnAboutMissingPrototype()
HDSemaOverload.cpp1295 if (New->isMSVCRTEntryPoint()) in IsOverloadOrOverrideImpl()