Searched refs:ObjectKind (Results 1 – 7 of 7) 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(ProgramStateRef State, const MemRegion *MR, 303 ObjectKind OK = Chk.classifyObject(State, Region, RD); in VisitNode() 357 ObjectKind OK = classifyObject(State, Region, RD); in modelUse() 487 ObjectKind OK = classifyObject(State, ArgRegion, RD); in checkPostCall() 553 MoveChecker::ObjectKind 587 ObjectKind OK = classifyObject(State, MR, RD); in explainObject()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 74 ObjectKind, enumerator 142 static bool classof(const InputFile *f) { return f->kind() == ObjectKind; } in classof()
|
| H A D | InputFiles.cpp | 270 : InputFile(symtab, ObjectKind, coffObj->getMemoryBufferRef(), lazy), in ObjFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1633 } ObjectKind; in diagnoseRepeatedUseOfWeak() local 1637 ObjectKind = Variable; in diagnoseRepeatedUseOfWeak() 1639 ObjectKind = Property; in diagnoseRepeatedUseOfWeak() 1641 ObjectKind = ImplicitProperty; in diagnoseRepeatedUseOfWeak() 1643 ObjectKind = Ivar; in diagnoseRepeatedUseOfWeak() 1655 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()
|
| H A D | SemaCodeComplete.cpp | 195 ExprValueKind ObjectKind; member in __anone047e0890111::ResultBuilder 274 ObjectKind = Kind; in setObjectTypeQualifiers() 1250 ExprValueKind ObjectKind, in compareOverloads() argument 1277 if (ObjectKind == clang::VK_XValue) in compareOverloads() 1437 if (ObjectKind != VK_LValue && !MethodQuals.hasConst()) in AddResult() 1441 if (ObjectKind == VK_LValue) in AddResult() 1457 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() 444 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind() 456 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
|
| H A D | Stmt.h | 362 unsigned ObjectKind : 3;
|