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

/external/clang/include/clang/AST/
H A DExpr.h920 NamedDecl *&getInternalFoundDecl() { function in class:clang::DeclRefExpr
929 NamedDecl *getInternalFoundDecl() const { function in class:clang::DeclRefExpr
930 return const_cast<DeclRefExpr *>(this)->getInternalFoundDecl();
1026 return hasFoundDecl() ? getInternalFoundDecl() : D;
1032 return hasFoundDecl() ? getInternalFoundDecl() : D;
1046 &getInternalFoundDecl() + 1);

Completed in 1169 milliseconds