Home
last modified time | relevance | path

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

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