Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp33 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
40 assert(!IsDefinitionLengthCached); in getDefinitionLengthSlow()
41 IsDefinitionLengthCached = true; in getDefinitionLengthSlow()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h66 mutable bool IsDefinitionLengthCached : 1; variable
134 if (IsDefinitionLengthCached) in getDefinitionLength()
251 !IsDefinitionLengthCached && in AddTokenToBody()