Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DGOFFAsmParser.cpp19 std::make_pair(this, HandleDirective<GOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DXCOFFAsmParser.cpp25 std::make_pair(this, HandleDirective<XCOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DWasmAsmParser.cpp43 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFMasmParser.cpp34 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFAsmParser.cpp34 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DELFAsmParser.cpp39 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DDarwinAsmParser.cpp46 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h33 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp4231 goto HandleDirective; in LexTokenInternal()
4419 goto HandleDirective; in LexTokenInternal()
4508 HandleDirective: in LexTokenInternal()
4512 PP->HandleDirective(Result); in LexTokenInternal()
4581 PP->HandleDirective(Result); in LexDependencyDirectiveToken()
H A DPPDirectives.cpp1225 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11112 {"_ZN5clang12Preprocessor15HandleDirectiveERNS_5TokenE", "clang::Preprocessor::HandleDirective(clan…
15992 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
15994 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
15996 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
15998 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
16000 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
16002 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
16004 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
16006 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
16010 …"bool llvm::MCAsmParserExtension::HandleDirective<(anonymous namespace)::GenericAsmParser, &(anony…
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2392 void HandleDirective(Token &Result);