Home | History | Annotate | Download | only in AST

Lines Matching defs:DNLoc

3762     // DNInfo work in progress: CHECKME: what about DNLoc?
3768 // DNInfo work in progress: CHECKME: what about DNLoc?
3781 DeclarationNameLoc DNLoc;
3782 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
3783 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
3784 return DeclarationNameInfo(DName, NameLoc, DNLoc);