Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h180 bool isDecl() const { return !IsType; } in isDecl() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c620 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody()
769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach()
H A Dparse.c4726 Statement *Parser::parseForeach(Loc loc, bool *isRange, bool isDecl) in parseForeach()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d4239 public auto makeTupleForeach(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* … in makeTupleForeach()