Searched defs:isExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h59 bool isExpr() const { return Kind == kExpr; } function in class:llvm::MCOperand
94 assert(isExpr() && "This is not an expression");
98 assert(isExpr() && "This is not an expression");
/external/clang/include/clang/AST/
H A DExprCXX.h493 CXXTypeidExpr(EmptyShell Empty, bool isExpr) argument
495 if (isExpr)
572 CXXUuidofExpr(EmptyShell Empty, bool isExpr) argument
574 if (isExpr)

Completed in 132 milliseconds