Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2243 size_t OutSizeBefore = Out.tell(); in mangleFunctionArgumentType() local
2250 bool LongerThanOneChar = (Out.tell() - OutSizeBefore > 1); in mangleFunctionArgumentType()
3222 size_t OutSizeBefore = Out.tell(); in mangleType() local
3241 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType()