Home
last modified time | relevance | path

Searched refs:HasFoundDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp489 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()
518 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
588 bool HasFoundDecl, in CreateEmpty() argument
595 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty()
1736 bool HasQualifier, bool HasFoundDecl, in CreateEmpty() argument
1741 bool HasQualOrFound = HasQualifier || HasFoundDecl; in CreateEmpty()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp555 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()
915 bool HasFoundDecl = Record.readInt(); in VisitMemberExpr() local
924 E->MemberExprBits.HasQualifierOrFoundDecl = HasQualifier || HasFoundDecl; in VisitMemberExpr()
930 if (HasQualifier || HasFoundDecl) { in VisitMemberExpr()
932 if (HasFoundDecl) { in VisitMemberExpr()
HDASTWriterStmt.cpp793 bool HasFoundDecl = in VisitMemberExpr() local
803 Record.push_back(HasFoundDecl); in VisitMemberExpr()
817 if (HasFoundDecl) { in VisitMemberExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h1201 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()
1243 bool HasFoundDecl,
2908 bool HasFoundDecl,
HDStmt.h378 unsigned HasFoundDecl : 1; in alignas() local