Home
last modified time | relevance | path

Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h881 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
886 assert(hasFoundDecl()); in getInternalFoundDecl()
997 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()
1003 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()
1015 if (hasFoundDecl()) in getTemplateKWAndArgsInfo()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp361 if (E->hasFoundDecl()) in VisitDeclRefExpr()