reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2216 bool isMSVCRTEntryPoint() const;
592 if (FD->isMSVCRTEntryPoint())
tools/clang/lib/AST/MicrosoftMangle.cpp 439 if (FD->isMSVCRTEntryPoint())
tools/clang/lib/CodeGen/CodeGenFunction.cpp 826 if ((FD->isMain() || FD->isMSVCRTEntryPoint()) &&
tools/clang/lib/Sema/SemaDecl.cpp9085 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint()) 9237 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint())tools/clang/lib/Sema/SemaOverload.cpp
1113 if (New->isMSVCRTEntryPoint())