Home
last modified time | relevance | path

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

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