Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1244 return hasFoundDecl(); in numTrailingObjects()
1253 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
1333 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
1339 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp606 if (E->hasFoundDecl()) in VisitDeclRefExpr()