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

  /external/clang/include/clang/AST/
Expr.h 788 NamedDecl *&getInternalFoundDecl() {
797 NamedDecl *getInternalFoundDecl() const {
798 return const_cast<DeclRefExpr *>(this)->getInternalFoundDecl();
    [all...]
  /external/clang/lib/AST/
Expr.cpp 278 getInternalFoundDecl() = FoundD;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 355 E->getInternalFoundDecl() = ReadDeclAs<NamedDecl>(Record, Idx);
    [all...]

Completed in 29 milliseconds