Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2481 bool isMSVCRTEntryPoint() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1082 if (FD && ((FD->isMain() || FD->isMSVCRTEntryPoint()) && in StartFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp524 if (FD->isMSVCRTEntryPoint()) in shouldMangleCXXName()
H A DDecl.cpp3306 bool FunctionDecl::isMSVCRTEntryPoint() const { in isMSVCRTEntryPoint() function in FunctionDecl
H A DItaniumMangle.cpp760 if (FD->isMSVCRTEntryPoint()) in shouldMangleCXXName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10313 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint()) in ActOnFunctionDeclarator()
10478 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint()) in ActOnFunctionDeclarator()
15268 if (FD->isMSVCRTEntryPoint()) in ShouldWarnAboutMissingPrototype()
H A DSemaOverload.cpp1295 if (New->isMSVCRTEntryPoint()) in IsOverloadOrOverrideImpl()