Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp51 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
58 assert(!IsDefinitionLengthCached); in getDefinitionLengthSlow()
59 IsDefinitionLengthCached = true; in getDefinitionLengthSlow()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h68 mutable bool IsDefinitionLengthCached : 1; variable
135 if (IsDefinitionLengthCached) in getDefinitionLength()
265 !IsDefinitionLengthCached && in setTokens()