Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3078 FormatToken *TypedName = nullptr; in verilogGroupDecl() local
3080 TypedName = Second; in verilogGroupDecl()
3086 TypedName = First; in verilogGroupDecl()
3089 if (TypedName) { in verilogGroupDecl()
3091 if (TypedName->is(TT_Unknown)) in verilogGroupDecl()
3092 TypedName->setType(TT_StartOfName); in verilogGroupDecl()
3099 FirstOfType = TypedName; in verilogGroupDecl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2771 const TypedInit *TypedName = cast<const TypedInit>(Name); in checkName() local
2772 if (!isa<StringRecTy>(TypedName->getType())) in checkName()