Searched refs:ObjectKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 80 struct ObjectKind { struct in __anon710cca100211::MoveChecker 115 bool shouldBeTracked(ObjectKind OK) const { in shouldBeTracked() 136 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const { in shouldWarnAbout() 147 ObjectKind classifyObject(const MemRegion *MR, const CXXRecordDecl *RD) const; 301 ObjectKind OK = Chk.classifyObject(Region, RD); in VisitNode() 355 ObjectKind OK = classifyObject(Region, RD); in modelUse() 484 ObjectKind OK = classifyObject(ArgRegion, RD); in checkPostCall() 550 MoveChecker::ObjectKind 583 ObjectKind OK = classifyObject(MR, RD); in explainObject()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 68 ObjectKind, enumerator 132 : InputFile(ctx, ObjectKind, m, lazy) {} in InputFile() argument 133 static bool classof(const InputFile *f) { return f->kind() == ObjectKind; } in classof()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1493 } ObjectKind; in diagnoseRepeatedUseOfWeak() local 1497 ObjectKind = Variable; in diagnoseRepeatedUseOfWeak() 1499 ObjectKind = Property; in diagnoseRepeatedUseOfWeak() 1501 ObjectKind = ImplicitProperty; in diagnoseRepeatedUseOfWeak() 1503 ObjectKind = Ivar; in diagnoseRepeatedUseOfWeak() 1515 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()
|
| H A D | SemaCodeComplete.cpp | 193 ExprValueKind ObjectKind; member in __anonc4c61bbf0111::ResultBuilder 272 ObjectKind = Kind; in setObjectTypeQualifiers() 1243 ExprValueKind ObjectKind) { in compareOverloads() argument 1269 if (ObjectKind == clang::VK_XValue) in compareOverloads() 1429 if (ObjectKind != VK_LValue && !MethodQuals.hasConst()) in AddResult() 1433 if (ObjectKind == VK_LValue) in AddResult() 1449 ObjectTypeQualifiers, ObjectKind)) { in AddResult()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 126 ExprBits.ObjectKind = OK; in Expr() 127 assert(ExprBits.ObjectKind == OK && "truncated kind"); in Expr() 440 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind() 452 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
|
| H A D | Stmt.h | 360 unsigned ObjectKind : 3; in alignas()
|