HomeSort by: relevance | last modified time | path
    Searched refs:HandleDirective (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 33 static bool HandleDirective(MCAsmParserExtension *Target,
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 41 this, HandleDirective<WasmAsmParser, HandlerMethod>);
COFFMasmParser.cpp 39 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>);
COFFAsmParser.cpp 38 this, HandleDirective<COFFAsmParser, HandlerMethod>);
DarwinAsmParser.cpp 49 this, HandleDirective<DarwinAsmParser, HandlerMethod>);
ELFAsmParser.cpp 40 this, HandleDirective<ELFAsmParser, HandlerMethod>);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 3691 goto HandleDirective;
3882 goto HandleDirective;
3971 HandleDirective:
3975 PP->HandleDirective(Result);
PPDirectives.cpp 922 /// HandleDirective - This callback is invoked when the lexer sees a # token
926 void Preprocessor::HandleDirective(Token &Result) {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1966 void HandleDirective(Token &Result);

Completed in 29 milliseconds