Home
last modified time | relevance | path

Searched refs:OutSizeBefore (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp2127 size_t OutSizeBefore = Out.tell(); in mangleFunctionArgumentType() local
2134 bool LongerThanOneChar = (Out.tell() - OutSizeBefore > 1); in mangleFunctionArgumentType()
3088 size_t OutSizeBefore = Out.tell(); in mangleType() local
3104 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType()