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

  /external/clang/include/clang/AST/
Expr.h 781 /// DeclRefExprBits.HasFoundDecl:
815 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 351 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
363 if (E->hasFoundDecl())
    [all...]

Completed in 25 milliseconds