HomeSort by: relevance | last modified time | path
    Searched refs:isDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 180 bool isDecl() const { return !IsType; }
188 assert(isDecl() && "Not a decl!");
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statementsem.d 4239 public auto makeTupleForeach(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* dbody, bool needExpansion)
4252 if (isDecl)
4283 if (isDecl)
4315 if (isDecl)
4362 if (isDecl)
4491 if (isDecl)
4540 if (isDecl)
4553 else if (isDecl)
4563 if (isDecl)
4578 else if (isDecl)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 5207 /// file: !1, line: 4, isDecl: false)
5217 OPTIONAL(isDecl, MDBoolField, );
5223 apinotes.Val, line.Val, isDecl.Val));

Completed in 42 milliseconds