HomeSort by relevance Sort by last modified time
    Searched refs:HandleDirective (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 34 static bool HandleDirective(MCAsmParserExtension *Target,
  /build/kati/
parser.cc 178 if (HandleDirective(line, make_directives_)) {
398 if (!HandleDirective(next_if, else_if_directives_)) {
445 if (HandleDirective(line, assign_directives_))
458 if (HandleDirective(line, assign_directives_))
491 bool HandleDirective(StringPiece line, const DirectiveMap* directive_map) {
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PTHLexer.cpp 114 PP->HandleDirective(Tok);
PPDirectives.cpp 751 /// HandleDirective - This callback is invoked when the lexer sees a # token
755 void Preprocessor::HandleDirective(Token &Result) {
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 31 this, HandleDirective<COFFAsmParser, HandlerMethod>);
ELFAsmParser.cpp 29 this, HandleDirective<ELFAsmParser, HandlerMethod>);
DarwinAsmParser.cpp 36 this, HandleDirective<DarwinAsmParser, HandlerMethod>);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 274 milliseconds