Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1282 return hasFoundDecl(); in numTrailingObjects()
1291 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
1371 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
1377 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
3213 return hasFoundDecl(); in numTrailingObjects()
3220 bool hasFoundDecl() const { return MemberExprBits.HasFoundDecl; } in hasFoundDecl() function
3275 if (!hasFoundDecl()) in getFoundDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp976 bool HasFoundDecl = E->hasFoundDecl(); in VisitMemberExpr()
H A DASTReaderStmt.cpp622 if (E->hasFoundDecl()) in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1740 if (hasFoundDecl()) in MemberExpr()