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.cpp3482 FormatToken *TypedName = nullptr; in verilogGroupDecl() local
3484 TypedName = Second; in verilogGroupDecl()
3490 TypedName = First; in verilogGroupDecl()
3493 if (TypedName) { in verilogGroupDecl()
3495 if (TypedName->is(TT_Unknown)) in verilogGroupDecl()
3496 TypedName->setType(TT_StartOfName); in verilogGroupDecl()
3503 FirstOfType = TypedName; in verilogGroupDecl()
/freebsd/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()