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.cpp263 const FormatToken *TypeToken = LastQual->getNextNonComment(); in analyzeRight() local
264 if (!TypeToken) in analyzeRight()
268 if (isPossibleMacro(TypeToken)) in analyzeRight()
275 if (TypeToken->isTypeName(LangOpts)) { in analyzeRight()
279 if (TypeToken->isOneOf(tok::kw_decltype, tok::kw_typeof, tok::kw__Atomic)) in analyzeRight()
282 const FormatToken *LastSimpleTypeSpecifier = TypeToken; in analyzeRight()
304 if (TypeToken->is(tok::kw_typename)) in analyzeRight()
305 TypeToken = TypeToken->getNextNonComment(); in analyzeRight()
309 if (TypeToken->is(tok::coloncolon)) { in analyzeRight()
311 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.cpp638 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() argument
644 Entry.TypeToken = TypeToken; in addClrEHHandler()
729 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
733 ClrHandlerType::Catch, TypeToken, CatchBlock); in calculateClrEHStateNumbers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1343 OS.emitInt32(Entry.TypeToken); in emitCLRExceptionTable()