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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 53 friend class ApplyDebugLocation;
539 class ApplyDebugLocation {
542 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
550 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
551 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
552 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
553 ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) {
557 ~ApplyDebugLocation();
570 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF)
    [all...]
CGDebugInfo.cpp 61 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF,
67 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF,
74 void ApplyDebugLocation::init(SourceLocation TemporaryLocation,
99 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E)
104 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc)
115 ApplyDebugLocation::~ApplyDebugLocation()
    [all...]

Completed in 64 milliseconds