Home | History | Annotate | Download | only in AST

Lines Matching defs:DNLoc

3909     // DNInfo work in progress: CHECKME: what about DNLoc?
3915 // DNInfo work in progress: CHECKME: what about DNLoc?
3928 DeclarationNameLoc DNLoc;
3929 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
3930 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
3931 return DeclarationNameInfo(DName, NameLoc, DNLoc);