HomeSort by: relevance | last modified time | path
    Searched defs:Slash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 46 Slash, // '/'
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1321 // If we have a slash, look for an escaped newline.
1325 Slash:
1329 // See if we have optional whitespace characters between the slash and
1347 // Otherwise, this is not an escaped newline, just return the slash.
1361 if (C == '\\') goto Slash;
1379 // If we have a slash, look for an escaped newline.
1383 Slash:
1397 // Otherwise, this is not an escaped newline, just return the slash.
1408 if (C == '\\') goto Slash;
1537 {U'\u2215', '/'}, // DIVISION SLASH
    [all...]

Completed in 35 milliseconds