Home
last modified time | relevance | path

Searched refs:TypeToken (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp271 const FormatToken *TypeToken = LastQual->getNextNonComment(); in analyzeRight() local
272 if (!TypeToken) in analyzeRight()
276 if (isPossibleMacro(TypeToken)) in analyzeRight()
283 if (TypeToken->isTypeName(LangOpts)) { in analyzeRight()
287 if (TypeToken->isOneOf(tok::kw_decltype, tok::kw_typeof, tok::kw__Atomic)) in analyzeRight()
290 const FormatToken *LastSimpleTypeSpecifier = TypeToken; in analyzeRight()
312 if (TypeToken->is(tok::kw_typename)) in analyzeRight()
313 TypeToken = TypeToken->getNextNonComment(); in analyzeRight()
317 if (TypeToken->is(tok::coloncolon)) { in analyzeRight()
319 TypeToken = TypeToken->getNextNonComment(); in analyzeRight()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h83 uint32_t TypeToken; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp642 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() argument
648 Entry.TypeToken = TypeToken; in addClrEHHandler()
733 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
737 ClrHandlerType::Catch, TypeToken, CatchBlock); in calculateClrEHStateNumbers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1345 OS.emitInt32(Entry.TypeToken); in emitCLRExceptionTable()