HomeSort by relevance Sort by last modified time
    Searched refs:AddAPInt (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Serialization/
ASTWriter.h 513 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
  /external/clang/lib/Serialization/
ASTWriter.cpp 146 Writer.AddAPInt(T->getSize(), Record);
    [all...]
ASTWriterStmt.cpp 383 Writer.AddAPInt(E->getValue(), Record);
    [all...]

Completed in 30 milliseconds