Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1595 bool HasQualOrFound = QualifierLoc || FoundDecl.getDecl() != MemberDecl || in Create() local
1601 HasQualOrFound ? 1 : 0, HasTemplateKWAndArgsInfo ? 1 : 0, in Create()
1610 if (HasQualOrFound) { in Create()
1651 bool HasQualOrFound = HasQualifier || HasFoundDecl; in CreateEmpty() local
1654 TemplateArgumentLoc>(HasQualOrFound ? 1 : 0, in CreateEmpty()