HomeSort by: relevance | last modified time | path
    Searched defs:ObjectKind (Results 1 - 3 of 3) 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)) {

Completed in 45 milliseconds