Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h71 bool IsFunctionLike : 1; variable
200 void setIsFunctionLike() { IsFunctionLike = true; } in setIsFunctionLike()
201 bool isFunctionLike() const { return IsFunctionLike; } in isFunctionLike()
202 bool isObjectLike() const { return !IsFunctionLike; } in isObjectLike()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp51 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
166 if (IsFunctionLike) { in dump()