Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2410 size_t OutSizeBefore = Out.tell(); in mangleFunctionArgumentType() local
2417 bool LongerThanOneChar = (Out.tell() - OutSizeBefore > 1); in mangleFunctionArgumentType()
3492 size_t OutSizeBefore = Out.tell(); in mangleType() local
3511 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType()