Home | History | Annotate | Download | only in AST

Lines Matching refs:DNLoc

4239     // DNInfo work in progress: CHECKME: what about DNLoc?
4245 // DNInfo work in progress: CHECKME: what about DNLoc?
4258 DeclarationNameLoc DNLoc;
4259 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
4260 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
4261 return DeclarationNameInfo(DName, NameLoc, DNLoc);