Home
last modified time | relevance | path

Searched refs:TypedName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3546 FormatToken *TypedName = nullptr; in verilogGroupDecl() local
3548 TypedName = Second; in verilogGroupDecl()
3554 TypedName = First; in verilogGroupDecl()
3557 if (TypedName) { in verilogGroupDecl()
3559 if (TypedName->is(TT_Unknown)) in verilogGroupDecl()
3560 TypedName->setType(TT_StartOfName); in verilogGroupDecl()
3567 FirstOfType = TypedName; in verilogGroupDecl()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2896 const auto *TypedName = cast<const TypedInit>(Name); in checkName() local
2897 if (!isa<StringRecTy>(TypedName->getType())) in checkName()