Searched refs:resizePath (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | APValue.cpp | 48 ~LV() { resizePath(0); } 50 void resizePath(unsigned Length) { function in struct:APValue::LV 86 ~MemberPointerData() { resizePath(0); } 88 void resizePath(unsigned Length) { function in struct:APValue::MemberPointerData 586 LVal.resizePath((unsigned)-1); 598 LVal.resizePath(Path.size()); 640 MPD->resizePath(Path.size()); |
Completed in 370 milliseconds