Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2346 size_t OutSizeBefore = Out.tell(); in mangleFunctionArgumentType() local
2353 bool LongerThanOneChar = (Out.tell() - OutSizeBefore > 1); in mangleFunctionArgumentType()
3363 size_t OutSizeBefore = Out.tell(); in mangleType() local
3382 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType()