Searched refs:isMSVCRTEntryPoint (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp233 if (FD->isMSVCRTEntryPoint())
H A DDecl.cpp2272 bool FunctionDecl::isMSVCRTEntryPoint() const { function in class:FunctionDecl
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1763 bool isMSVCRTEntryPoint() const;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7005 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint())
7141 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint())
H A DSemaOverload.cpp985 if (New->isMSVCRTEntryPoint())

Completed in 264 milliseconds