Home | History | Annotate | Download | only in AST

Lines Matching refs:DNLoc

3218     // DNInfo work in progress: CHECKME: what about DNLoc?
3224 // DNInfo work in progress: CHECKME: what about DNLoc?
3237 DeclarationNameLoc DNLoc;
3238 DNLoc.CXXOperatorName.BeginOpNameLoc = SourceLocation().getRawEncoding();
3239 DNLoc.CXXOperatorName.EndOpNameLoc = SourceLocation().getRawEncoding();
3240 return DeclarationNameInfo(DName, NameLoc, DNLoc);