Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDMacroInfo.cpp32 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
39 assert(!IsDefinitionLengthCached); in getDefinitionLengthSlow()
40 IsDefinitionLengthCached = true; in getDefinitionLengthSlow()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h65 mutable bool IsDefinitionLengthCached : 1; variable
133 if (IsDefinitionLengthCached) in getDefinitionLength()
250 !IsDefinitionLengthCached && in AddTokenToBody()