HomeSort by: relevance | last modified time | path
    Searched refs:ObjectKind (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MoveChecker.cpp 81 struct ObjectKind {
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 OK = classifyObject(MR, RD)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1473 } ObjectKind;
1477 ObjectKind = Variable;
1479 ObjectKind = Property;
1481 ObjectKind = ImplicitProperty;
1483 ObjectKind = Ivar;
1495 << int(ObjectKind) << KeyProp << int(FunctionKind)
SemaCodeComplete.cpp 188 ExprValueKind ObjectKind;
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)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 124 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; }
Stmt.h 313 unsigned ObjectKind : 3;

Completed in 29 milliseconds