HomeSort by relevance Sort by last modified time
    Searched defs:getCond (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 626 Expr *getCond() const {
    [all...]
Stmt.h 917 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
924 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
Stmt.h 941 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
948 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
Stmt.h 941 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
948 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
Stmt.h 941 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
948 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
Stmt.h 941 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
948 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
Stmt.h 941 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
948 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
173 const Expr *getCond() const {
StmtOpenMP.h 679 Expr *getCond() const {
    [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java 382 TernaryExpr bcTernary = parse(lb, "b > c ? u1.getCond(d) ? u1.lastName : u2.lastName : `xx`"
383 + " + u2.getCond(e) ", TernaryExpr.class);
    [all...]

Completed in 555 milliseconds

1 2