Home
last modified time | relevance | path

Searched defs:isMain (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/ELF/
H A DWriter.cpp2145 bool isMain = partNo == 1; createPhdrs() local
H A DSyntheticSections.cpp1316 bool isMain = part.name.empty(); computeContents() local
/llvm-project/clang/lib/AST/
H A DDecl.cpp3294 bool FunctionDecl::isMain() const { isMain() function in FunctionDecl
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h738 return Node.isMain(); in AST_MATCHER() argument