HomeSort by relevance Sort by last modified time
    Searched full:hasfounddecl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 213 unsigned HasFoundDecl : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 434 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
446 if (E->hasFoundDecl())
    [all...]
  /external/clang/lib/AST/
Expr.cpp 378 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
450 bool HasFoundDecl,
456 if (HasFoundDecl)
    [all...]

Completed in 112 milliseconds