HomeSort by relevance Sort by last modified time
    Searched defs:getObjectKind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Expr.h 406 /// getObjectKind - The object kind that this expression produces.
409 ExprObjectKind getObjectKind() const {
414 ExprObjectKind OK = getObjectKind();
434 bool refersToBitField() const { return getObjectKind() == OK_BitField; }
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 86 milliseconds