Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3181 return hasQualifierOrFoundDecl(); in numTrailingObjects()
3188 bool hasQualifierOrFoundDecl() const { in hasQualifierOrFoundDecl() function
3243 if (!hasQualifierOrFoundDecl()) in getFoundDecl()
3258 if (!hasQualifierOrFoundDecl()) in getQualifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp974 E->hasQualifierOrFoundDecl() && in VisitMemberExpr()