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

/external/clang/include/clang/AST/
H A DExpr.h916 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } function in class:clang::DeclRefExpr
921 assert(hasFoundDecl());
1026 return hasFoundDecl() ? getInternalFoundDecl() : D;
1032 return hasFoundDecl() ? getInternalFoundDecl() : D;
1044 if (hasFoundDecl())

Completed in 821 milliseconds