Searched refs:isDecl (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 180 bool isDecl() const { return !IsType; } in isDecl() function 188 assert(isDecl() && "Not a decl!"); in getDecl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | parse.h | 123 Statement *parseForeach(Loc loc, bool *isRange, bool isDecl);
|
| H A D | statementsem.c | 620 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody() argument 631 Statements *stmts = (isDecl) ? NULL : new Statements(); in makeTupleForeachBody() 632 Dsymbols *decls = (isDecl) ? new Dsymbols() : NULL; in makeTupleForeachBody() 674 if (!isDecl) in makeTupleForeachBody() 715 if (!isDecl) in makeTupleForeachBody() 729 else if (!isDecl) in makeTupleForeachBody() 769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach() argument 808 needExpansion, isStatic, isDecl, in makeTupleForeach()
|
| H A D | parse.c | 4726 Statement *Parser::parseForeach(Loc loc, bool *isRange, bool isDecl) in parseForeach() argument 4831 Statement *body = (!isDecl) ? parseStatement(0, NULL, &endloc) : NULL; in parseForeach() 4840 Statement *body = (!isDecl) ? parseStatement(0, NULL, &endloc) : NULL; in parseForeach()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | statementsem.d | 4239 public auto makeTupleForeach(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* … in makeTupleForeach() argument 4252 if (isDecl) in makeTupleForeach() 4283 if (isDecl) in makeTupleForeach() 4315 if (isDecl) in makeTupleForeach() 4362 if (isDecl) in makeTupleForeach() 4491 if (isDecl) in makeTupleForeach() 4540 if (isDecl) in makeTupleForeach() 4553 else if (isDecl) in makeTupleForeach() 4563 if (isDecl) in makeTupleForeach() 4578 else if (isDecl) in makeTupleForeach()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 5217 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule() 5223 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()
|