Searched defs:getTok (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp32 const AsmToken &MCAsmParser::getTok() { function in class:MCAsmParser
33 return getLexer().getTok();
/external/expat/xmlwf/
H A Dct.c4 getTok(const char **pp) function
90 p = getTok(&next);
95 p = getTok(&next);
98 p = getTok(&next);
101 p = getTok(&next);
104 p = getTok(&next);
106 p = getTok(&next);
108 p = getTok(&next);
136 p = getTok(&next);
H A Dxmlmime.c5 getTok(const char **pp) function
94 p = getTok(&next);
99 p = getTok(&next);
102 p = getTok(&next);
107 p = getTok(&next);
110 p = getTok(&next);
112 p = getTok(&next);
114 p = getTok(&next);
143 p = getTok(&next);
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h71 const AsmToken &getTok() { return getParser().getTok(); } function in class:llvm::MCAsmParserExtension
H A DMCAsmLexer.h155 /// getTok - Get the current (last) lexed token.
156 const AsmToken &getTok() { function in class:llvm::MCAsmLexer
/external/llvm/include/llvm/MC/
H A DMCTargetAsmLexer.h62 /// getTok - Get the current (last) lexed token.
63 const AsmToken &getTok() { function in class:llvm::MCTargetAsmLexer

Completed in 150 milliseconds