Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1264 JOS.attribute("usesADL", ULE->requiresADL()); in VisitUnresolvedLookupExpr()
H A DTextNodeDumper.cpp998 if (!Node->requiresADL()) in VisitUnresolvedLookupExpr()
H A DItaniumMangle.cpp4040 assert(!lookup->requiresADL()); in isParenthesizedADLCallee()
H A DASTImporter.cpp7757 *ToTemplateKeywordLocOrErr, ToNameInfo, E->requiresADL(), &ToTAInfo, in VisitUnresolvedLookupExpr()
7763 ToNameInfo, E->requiresADL(), E->isOverloaded(), ToDecls.begin(), in VisitUnresolvedLookupExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1949 Record.push_back(E->requiresADL()); in VisitUnresolvedLookupExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h12002 if (TransformOverloadExprDecls(Old, Old->requiresADL(), R)) in TransformUnresolvedLookupExpr()
12044 return getDerived().RebuildDeclarationNameExpr(SS, R, Old->requiresADL()); in TransformUnresolvedLookupExpr()
12059 Old->requiresADL(), &TransArgs); in TransformUnresolvedLookupExpr()
14554 RequiresADL = ULE->requiresADL(); in RebuildCXXOperatorCallExpr()
H A DSemaOverload.cpp12638 if (ULE->requiresADL()) { in AddOverloadedCallCandidates()
12663 if (ULE->requiresADL()) in AddOverloadedCallCandidates()
12945 if (ULE->requiresADL()) { in buildOverloadedCallSet()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3141 bool requiresADL() const { return UnresolvedLookupExprBits.RequiresADL; } in requiresADL() function