Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h85 bool HasCommaPasting : 1; variable
214 bool hasCommaPasting() const { return HasCommaPasting; } in hasCommaPasting()
215 void setHasCommaPasting() { HasCommaPasting = true; } in setHasCommaPasting()
/external/clang/lib/Lex/
DMacroInfo.cpp27 HasCommaPasting(false), in MacroInfo()