Searched refs:hasFoundDecl (Results 1 - 2 of 2) 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())
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp444 if (E->hasFoundDecl())

Completed in 185 milliseconds