Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3074 SourceLocation LookupLoc = RD->getLocation(); in LookupSpecialMember() local
3174 OpaqueValueExpr FakeArg(LookupLoc, ArgType, VK); in LookupSpecialMember()
3188 OpaqueValueExpr(LookupLoc, ThisTy, in LookupSpecialMember()
3194 OverloadCandidateSet OCS(LookupLoc, OverloadCandidateSet::CSK_Normal); in LookupSpecialMember()
3250 switch (OCS.BestViableFunction(*this, LookupLoc, Best)) { in LookupSpecialMember()