HomeSort by relevance Sort by last modified time
    Searched refs:ApplyDebugLocation (Results 1 - 16 of 16) 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...]
CGDeclCXX.cpp 527 auto NL = ApplyDebugLocation::CreateEmpty(*this);
531 auto AL = ApplyDebugLocation::CreateArtificial(*this);
578 auto NL = ApplyDebugLocation::CreateEmpty(*this);
582 auto AL = ApplyDebugLocation::CreateArtificial(*this);
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 330 ApplyDebugLocation AL(*this, Loc);
410 auto NL = ApplyDebugLocation::CreateArtificial(*this);
    [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...]
CGStmt.cpp 636 auto NL = ApplyDebugLocation::CreateEmpty(*this);
645 auto NL = ApplyDebugLocation::CreateEmpty(*this);
    [all...]
CGExprComplex.cpp 98 ApplyDebugLocation DL(CGF, E);
    [all...]
CGDecl.cpp     [all...]
CGException.cpp 751 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation);
    [all...]
CGExprAgg.cpp 103 ApplyDebugLocation DL(CGF, E);
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGExprCXX.cpp     [all...]
CGExprScalar.cpp 204 ApplyDebugLocation DL(CGF, E);
    [all...]
CGClass.cpp 700 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation());
    [all...]
CodeGenFunction.h 565 ApplyDebugLocation DL(CGF, Range.getEnd());
    [all...]
CGExpr.cpp     [all...]

Completed in 1075 milliseconds