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

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1299 } ObjectKind; local
1303 ObjectKind = Variable;
1305 ObjectKind = Property;
1307 ObjectKind = ImplicitProperty;
1309 ObjectKind = Ivar;
1315 << int(ObjectKind) << D << int(FunctionKind)
/external/clang/include/clang/AST/
H A DExpr.h115 ExprBits.ObjectKind = OK;
410 return static_cast<ExprObjectKind>(ExprBits.ObjectKind);
422 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; }
H A DStmt.h166 unsigned ObjectKind : 2;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 492 milliseconds