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

/external/clang/include/clang/AST/
H A DExpr.h950 NamedDecl *&getInternalFoundDecl() { function
959 NamedDecl *getInternalFoundDecl() const { function
960 return const_cast<DeclRefExpr *>(this)->getInternalFoundDecl();
1058 return hasFoundDecl() ? getInternalFoundDecl() : D;
1064 return hasFoundDecl() ? getInternalFoundDecl() : D;
1078 llvm::alignAddr(&getInternalFoundDecl() + 1,

Completed in 93 milliseconds