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.h1285 return hasFoundDecl(); in numTrailingObjects()
1294 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function
1380 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
1386 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
3311 return hasFoundDecl(); in numTrailingObjects()
3318 bool hasFoundDecl() const { return MemberExprBits.HasFoundDecl; } in hasFoundDecl() function
3373 if (!hasFoundDecl()) in getFoundDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp994 bool HasFoundDecl = E->hasFoundDecl(); in VisitMemberExpr()
H A DASTReaderStmt.cpp629 if (E->hasFoundDecl()) in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1735 if (hasFoundDecl()) in MemberExpr()