Searched defs:isMain (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | Writer.cpp | 2145 bool isMain = partNo == 1; createPhdrs() local |
H A D | SyntheticSections.cpp | 1316 bool isMain = part.name.empty(); computeContents() local |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 3294 bool FunctionDecl::isMain() const { isMain() function in FunctionDecl |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 738 return Node.isMain(); in AST_MATCHER() argument |