Searched refs:EndKind (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1022 tok::TokenKind EndKind)
1023 : TentativeParsingAction(Self), Self(Self), EndKind(EndKind) {
1027 Self.ConsumeAndStoreUntil(EndKind, Toks, true, /*ConsumeFinalToken*/false);
1035 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch);
1050 tok::TokenKind EndKind; member in class:Parser::UnannotatedTentativeParsingAction
1021 UnannotatedTentativeParsingAction(Parser &Self, tok::TokenKind EndKind) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h334 void emitEndSymbolRecord(codeview::SymbolKind EndKind);
H A DCodeViewDebug.cpp2958 void CodeViewDebug::emitEndSymbolRecord(SymbolKind EndKind) { argument
2962 OS.AddComment("Record kind: " + getSymbolName(EndKind));
2963 OS.EmitIntValue(unsigned(EndKind), 2); // Record Kind

Completed in 128 milliseconds