Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h892 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
897 assert(hasFoundDecl()); in getInternalFoundDecl()
1008 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()
1014 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()
1026 if (hasFoundDecl()) in getTemplateKWAndArgsInfo()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp446 if (E->hasFoundDecl()) in VisitDeclRefExpr()