Home | History | Annotate | Download | only in Sema

Lines Matching refs:NameLoc

2126   SourceLocation NameLoc = NameInfo.getLoc();
2202 NamedDecl *D = ImplicitlyDefineFunction(NameLoc, *II, S);
4645 SourceLocation NameLoc = ME ? ME->getMemberLoc() : Fn->getLocStart();
4648 DeclarationNameInfo(FuncName, NameLoc), Sema::LookupOrdinaryName,
4655 OverloadCandidateSet OCS(NameLoc, OverloadCandidateSet::CSK_Normal);
4662 switch (OCS.BestViableFunction(S, NameLoc, Best)) {