Searched refs:ObjectKind (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp81 struct ObjectKind { struct in class:__anon1009::MoveChecker
116 bool shouldBeTracked(ObjectKind OK) const {
137 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const {
146 // Obtains ObjectKind of an object. Because class declaration cannot always
148 ObjectKind classifyObject(const MemRegion *MR, const CXXRecordDecl *RD) const;
301 ObjectKind OK = Chk.classifyObject(Region, RD);
355 ObjectKind OK = classifyObject(Region, RD);
483 ObjectKind OK = classifyObject(ArgRegion, RD);
549 MoveChecker::ObjectKind
581 ObjectKind O
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1473 } ObjectKind; local
1477 ObjectKind = Variable;
1479 ObjectKind = Property;
1481 ObjectKind = ImplicitProperty;
1483 ObjectKind = Ivar;
1495 << int(ObjectKind) << KeyProp << int(FunctionKind)
H A DSemaCodeComplete.cpp188 ExprValueKind ObjectKind; member in class:__anon782::ResultBuilder
266 ObjectKind = Kind;
1217 ExprValueKind ObjectKind) {
1243 if (ObjectKind == clang::VK_XValue)
1338 if (ObjectKind != VK_LValue && !MethodQuals.hasConst())
1342 if (ObjectKind == VK_LValue)
1358 ObjectTypeQualifiers, ObjectKind)) {
1214 compareOverloads(const CXXMethodDecl &Candidate, const CXXMethodDecl &Incumbent, const Qualifiers &ObjectQuals, ExprValueKind ObjectKind) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h124 ExprBits.ObjectKind = OK;
125 assert(ExprBits.ObjectKind == OK && "truncated kind");
440 return static_cast<ExprObjectKind>(ExprBits.ObjectKind);
452 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
H A DStmt.h313 unsigned ObjectKind : 3;

Completed in 315 milliseconds