Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h92 bool HasCommaPasting : 1; variable
218 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting()
219 void setHasCommaPasting() { HasCommaPasting = true; } in setHasCommaPasting()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp35 HasCommaPasting(false), IsDisabled(false), IsUsed(false), in MacroInfo()