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

/external/clang/include/clang/AST/
H A DExpr.h819 NamedDecl *&getInternalFoundDecl() { function in class:clang::DeclRefExpr
828 NamedDecl *getInternalFoundDecl() const { function in class:clang::DeclRefExpr
829 return const_cast<DeclRefExpr *>(this)->getInternalFoundDecl();
932 return hasFoundDecl() ? getInternalFoundDecl() : D;
938 return hasFoundDecl() ? getInternalFoundDecl() : D;
952 &getInternalFoundDecl() + 1);

Completed in 65 milliseconds