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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 1294 DECL_PARM_VAR,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1097 Code = serialization::DECL_PARM_VAR;
1099 // If the assumptions about the DECL_PARM_VAR abbrev are true, use it. Here
2074 // Abbreviation for DECL_PARM_VAR
2076 Abv->Add(BitCodeAbbrevOp(serialization::DECL_PARM_VAR));
ASTReaderDecl.cpp 3987 case DECL_PARM_VAR:
ASTWriter.cpp 901 RECORD(DECL_PARM_VAR);

Completed in 35 milliseconds