Home
last modified time | relevance | path

Searched defs:Consumed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h268 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount && in InitializeParameter() local
284 bool Consumed) { in InitializeParameter()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1919 int Consumed = _mm_cmpistri(AsciiIdentifierRangeV, Cv, in fastParseASCIIIdentifier() local
2106 bool Consumed = false; in LexUDSuffix() local
2141 unsigned Consumed = Size; in LexUDSuffix() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h637 void UnconsumeToken(Token &Consumed) { in UnconsumeToken()