Home
last modified time | relevance | path

Searched refs:lastToken (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Lex/
DMacroInfo.cpp44 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local
46 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()
50 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
60 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp46 const Token &lastToken = ReplacementTokens.back(); in getDefinitionLengthSlow() local
48 SourceLocation macroEnd = lastToken.getLocation(); in getDefinitionLengthSlow()
52 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) && in getDefinitionLengthSlow()
62 DefinitionLength += lastToken.getLength(); in getDefinitionLengthSlow()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs281 IToken lastToken = streamInformation.LastToken; in ExtractInformationFromTreeNodeStream()
287 this._approximateLineInfo = lastRealToken.Equals(lastToken); in ExtractInformationFromTreeNodeStream()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs388 IToken lastToken = streamInformation.LastToken; in ExtractInformationFromTreeNodeStream()
395 this._approximateLineInfo = lastRealToken.Equals(lastToken); in ExtractInformationFromTreeNodeStream()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs135 var lastToken = tokenizer.Next(); in Merge()
136 if (lastToken != JsonToken.EndDocument) in Merge()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1169 int lastToken = EndOfInput; // lastToken records the last token processed. in operator ()() local
1188 if (!isNewString && !isNewLine && lastToken != EndOfInput && in operator ()()
1190 (unNeededSpaceTokens.find((char)lastToken) == std::string::npos) && in operator ()()
1194 lastToken = token; in operator ()()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp1178 int lastToken = EndOfInput; // lastToken records the last token processed. in operator ()() local
1197 if (!isNewString && !isNewLine && lastToken != EndOfInput && in operator ()()
1199 (unNeededSpaceTokens.find((char)lastToken) == std::string::npos) && in operator ()()
1203 lastToken = token; in operator ()()
/external/skqp/tools/bookmaker/
DincludeParser.cpp3173 const Definition& lastToken = fParent->fTokens.back(); in parseChar() local
3174 if (lastToken.fType != Definition::Type::kWord) { in parseChar()
3177 string name(lastToken.fContentStart, lastToken.length()); in parseChar()
3198 while (&lastToken != &*lineIter) { in parseChar()
3204 if (&lastToken == &*++lineIter) { in parseChar()
3210 if (&lastToken == &*++lineIter) { in parseChar()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c159995 static int analyzeOverKeyword(const unsigned char *z, int lastToken){
159996 if( lastToken==TK_RP ){
160002 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){
160003 if( lastToken==TK_RP && getToken(&z)==TK_LP ){
/external/sqlite/dist/orig/
Dsqlite3.c159294 static int analyzeOverKeyword(const unsigned char *z, int lastToken){
159295 if( lastToken==TK_RP ){
159301 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){
159302 if( lastToken==TK_RP && getToken(&z)==TK_LP ){
/external/sqlite/dist/
Dsqlite3.c159310 static int analyzeOverKeyword(const unsigned char *z, int lastToken){
159311 if( lastToken==TK_RP ){
159317 static int analyzeFilterKeyword(const unsigned char *z, int lastToken){
159318 if( lastToken==TK_RP && getToken(&z)==TK_LP ){