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 546 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
  /external/clang/lib/Serialization/
ASTWriter.cpp 155 Writer.AddAPInt(T->getSize(), Record);
    [all...]
ASTWriterStmt.cpp 379 Writer.AddAPInt(E->getValue(), Record);
    [all...]

Completed in 111 milliseconds