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 52 friend class ApplyDebugLocation;
530 class ApplyDebugLocation {
533 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
541 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
542 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
543 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
544 ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) {
548 ~ApplyDebugLocation();
561 static ApplyDebugLocation CreateArtificial(CodeGenFunction &CGF)
    [all...]
CGDebugInfo.cpp 60 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF,
66 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF,
73 void ApplyDebugLocation::init(SourceLocation TemporaryLocation,
98 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E)
103 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc)
114 ApplyDebugLocation::~ApplyDebugLocation()
    [all...]

Completed in 121 milliseconds