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 168 unsigned HasFoundDecl : 1;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 453 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
465 if (E->hasFoundDecl())
    [all...]
  /external/clang/lib/AST/
Expr.cpp 341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
420 bool HasFoundDecl,
426 if (HasFoundDecl)
    [all...]

Completed in 690 milliseconds