Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp2123 size_t OutSizeBefore = Out.tell(); in mangleFunctionArgumentType() local
2130 bool LongerThanOneChar = (Out.tell() - OutSizeBefore > 1); in mangleFunctionArgumentType()
3078 size_t OutSizeBefore = Out.tell(); in mangleType() local
3094 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType()