Home
last modified time | relevance | path

Searched refs:HandleDirective (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h34 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp41 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFAsmParser.cpp39 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DELFAsmParser.cpp41 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DDarwinAsmParser.cpp49 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp3648 goto HandleDirective; in LexTokenInternal()
3839 goto HandleDirective; in LexTokenInternal()
3928 HandleDirective: in LexTokenInternal()
3932 PP->HandleDirective(Result); in LexTokenInternal()
H A DPPDirectives.cpp838 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1809 void HandleDirective(Token &Result);