Home
last modified time | relevance | path

Searched defs:TokStart (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/clang/lib/Lex/
H A DLexer.cpp331 const char *TokStart = SourceMgr.getCharacterData(Tok.getLocation(), in getSpelling() local
363 const char *TokStart = nullptr; in getSpelling() local
700 SourceLocation Lexer::AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
1645 const char *TokStart = BufferPtr; in LexNumericConstant() local
1794 const char *TokStart = BufferPtr; in LexStringLiteral() local
1874 const char *TokStart = BufferPtr; in LexRawStringLiteral() local
1910 const char *TokStart = BufferPtr; in LexAngledStringLiteral() local
1976 const char *TokStart = BufferPtr; in LexCharConstant() local
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLLexer.h37 const char *TokStart; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DLLLexer.h36 const char *TokStart; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLLexer.h36 const char *TokStart; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DLLLexer.h36 const char *TokStart; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLLexer.h36 const char *TokStart; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.h36 const char *TokStart; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLLexer.h36 const char *TokStart; variable
/aosp_15_r20/external/llvm/lib/TableGen/
H A DTGLexer.h73 const char *TokStart; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DLexer.h399 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
DPreprocessor.h2199 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DLexer.h399 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
DPreprocessor.h2198 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DLexer.h399 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
DPreprocessor.h2198 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLexer.h399 static SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
DPreprocessor.h2188 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.h81 const char *TokStart = nullptr; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGLexer.h88 const char *TokStart = nullptr; variable
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessor.h1496 SourceLocation AdvanceToTokenCharacter(SourceLocation TokStart, in AdvanceToTokenCharacter()