Searched refs:ObjectKind (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 80 struct ObjectKind { struct in __anona0b2285a0211::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/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/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 | 196 ExprValueKind ObjectKind; member in __anone047e0890111::ResultBuilder 275 ObjectKind = Kind; in setObjectTypeQualifiers() 1250 ExprValueKind ObjectKind) { in compareOverloads() argument 1276 if (ObjectKind == clang::VK_XValue) in compareOverloads() 1436 if (ObjectKind != VK_LValue && !MethodQuals.hasConst()) in AddResult() 1440 if (ObjectKind == VK_LValue) in AddResult() 1456 ObjectTypeQualifiers, ObjectKind)) { in AddResult()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 125 ExprBits.ObjectKind = OK; in Expr() 126 assert(ExprBits.ObjectKind == OK && "truncated kind"); in Expr() 445 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind() 457 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
|
H A D | Stmt.h | 360 unsigned ObjectKind : 3;
|