Searched refs:BadField (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.param/ |
| H A D | p7.cpp | 80 struct BadField { struct 83 template<BadField> struct WithBadField {}; // cxx17-error {{cannot have type}} cxx20-error {{is not…
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 2757 bool BadField; in ParseDeclaration() local 2759 BadField = AddValue(CurRec, IdLoc, in ParseDeclaration() 2766 BadField = AddValue(CurRec, IdLoc, RecordVal(DeclName, IdLoc, Type, in ParseDeclaration() 2772 BadField = AddValue(CurRec, IdLoc, RecordVal(DeclName, IdLoc, Type, in ParseDeclaration() 2775 if (BadField) in ParseDeclaration()
|