Home
last modified time | relevance | path

Searched refs:SkipLineComment (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLLexer.h73 void SkipLineComment();
H A DLLLexer.cpp225 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/
DLLLexer.h79 void SkipLineComment();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLLexer.h79 void SkipLineComment();
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.h79 void SkipLineComment();
H A DLLLexer.cpp219 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/
DLLLexer.h79 void SkipLineComment();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLLexer.h79 void SkipLineComment();
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLLexer.h79 void SkipLineComment();
/aosp_15_r20/external/clang/include/clang/Lex/
H A DLexer.h632 bool SkipLineComment (Token &Result, const char *CurPtr,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLLexer.cpp219 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/
DLexer.h754 bool SkipLineComment (Token &Result, const char *CurPtr,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DLexer.h754 bool SkipLineComment (Token &Result, const char *CurPtr,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DLexer.h754 bool SkipLineComment (Token &Result, const char *CurPtr,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLexer.h754 bool SkipLineComment (Token &Result, const char *CurPtr,
/aosp_15_r20/external/clang/lib/Lex/
H A DLexer.cpp2046 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()