Searched defs:getInternalFoundDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h788 NamedDecl *&getInternalFoundDecl() { function in class:clang::DeclRefExpr
797 NamedDecl *getInternalFoundDecl() const { function in class:clang::DeclRefExpr
798 return const_cast<DeclRefExpr *>(this)->getInternalFoundDecl();
901 return hasFoundDecl() ? getInternalFoundDecl() : D;
907 return hasFoundDecl() ? getInternalFoundDecl() : D;
921 &getInternalFoundDecl() + 1);

Completed in 51 milliseconds