Searched refs:PreviousDefaultArgLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplate.cpp1265 SourceLocation PreviousDefaultArgLoc; local
1311 PreviousDefaultArgLoc = NewDefaultLoc;
1317 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc();
1320 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc();
1356 PreviousDefaultArgLoc = NewDefaultLoc;
1366 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc();
1369 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc();
1403 PreviousDefaultArgLoc = NewDefaultLoc;
1412 PreviousDefaultArgLoc
1416 PreviousDefaultArgLoc
[all...]

Completed in 734 milliseconds