HomeSort by relevance Sort by last modified time
    Searched defs:SaveAndRestoreLocation (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 51 friend class SaveAndRestoreLocation;
418 /// SaveAndRestoreLocation - An RAII object saves the current location
420 class SaveAndRestoreLocation {
426 SaveAndRestoreLocation(CodeGenFunction &CGF, CGBuilderTy &B);
428 ~SaveAndRestoreLocation();
434 class NoLocation : public SaveAndRestoreLocation {
452 class ArtificialLocation : public SaveAndRestoreLocation {
CGDebugInfo.cpp 55 SaveAndRestoreLocation::SaveAndRestoreLocation(CodeGenFunction &CGF,
64 SaveAndRestoreLocation::~SaveAndRestoreLocation() {
70 : SaveAndRestoreLocation(CGF, B) {
81 : SaveAndRestoreLocation(CGF, B) {
    [all...]

Completed in 655 milliseconds