Searched refs:Lex (Results 1 - 25 of 113) sorted by relevance

12345

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
69 /// Lex - Return the next token.
70 bool Lex(Token &Tok);
90 /// IndirectLex - An indirect call to 'Lex' that can be invoked via
92 void IndirectLex(Token &Result) override { Lex(Result); }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h87 const AsmToken &Lex() { return getParser().Lex(); } function in class:llvm::MCAsmParserExtension

Completed in 9222 milliseconds

12345