Searched defs:AddBoolean (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h324 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } function in class:llvm::FoldingSetNodeID
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1133 void ODRHash::AddBoolean(bool Value) { function in class:ODRHash
[all...]

Completed in 58 milliseconds