/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLLexer.h | 73 void SkipLineComment();
|
H A D | LLLexer.cpp | 225 SkipLineComment(); in LexToken() 248 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/ |
D | LLLexer.h | 79 void SkipLineComment();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/ |
D | LLLexer.h | 79 void SkipLineComment();
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.h | 79 void SkipLineComment();
|
H A D | LLLexer.cpp | 219 SkipLineComment(); in LexToken() 247 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/ |
D | LLLexer.h | 79 void SkipLineComment();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/ |
D | LLLexer.h | 79 void SkipLineComment();
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 79 void SkipLineComment();
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Lexer.h | 632 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 219 SkipLineComment(); in LexToken() 247 void LLLexer::SkipLineComment() { in SkipLineComment() function in LLLexer
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | Lexer.h | 754 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | Lexer.h | 754 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | Lexer.h | 754 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | Lexer.h | 754 bool SkipLineComment (Token &Result, const char *CurPtr,
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | Lexer.cpp | 2046 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr, in SkipLineComment() function in Lexer 3047 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3357 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result), in LexTokenInternal()
|