HomeSort by: relevance | last modified time | path
    Searched refs:ApplyDebugLocation (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 57 friend class ApplyDebugLocation;
755 class ApplyDebugLocation {
758 ApplyDebugLocation(CodeGenFunction &CGF, bool DefaultToEmpty,
766 ApplyDebugLocation(CodeGenFunction &CGF, SourceLocation TemporaryLocation);
767 ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E);
768 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc);
769 ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) {
772 ApplyDebugLocation &operator=(ApplyDebugLocation &&) = default
    [all...]
CGDeclCXX.cpp 251 auto AL = ApplyDebugLocation::CreateArtificial(CGF);
727 auto AL = ApplyDebugLocation::CreateArtificial(*this);
752 auto NL = ApplyDebugLocation::CreateEmpty(*this);
756 auto AL = ApplyDebugLocation::CreateArtificial(*this);
812 auto NL = ApplyDebugLocation::CreateEmpty(*this);
816 auto AL = ApplyDebugLocation::CreateArtificial(*this);
865 auto AL = ApplyDebugLocation::CreateArtificial(*this);
CodeGenFunction.cpp 372 Optional<ApplyDebugLocation> AL;
379 AL = ApplyDebugLocation::CreateDefaultArtificial(*this, EndLoc);
402 ApplyDebugLocation AL(*this, Loc);
1640 ApplyDebugLocation DL(*this, Cond);
1697 ApplyDebugLocation DL(*this, Cond);
1757 ApplyDebugLocation DL(*this, Cond);
1785 ApplyDebugLocation DL(*this, Cond);
CGVTables.cpp 270 auto NL = ApplyDebugLocation::CreateEmpty(*this);
274 auto AL = ApplyDebugLocation::CreateArtificial(*this);
453 auto AL = ApplyDebugLocation::CreateArtificial(*this);
CGDebugInfo.cpp 80 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF,
86 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF,
93 void ApplyDebugLocation::init(SourceLocation TemporaryLocation,
123 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E)
128 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc)
139 ApplyDebugLocation::~ApplyDebugLocation()
    [all...]
CGOpenMPRuntimeGPU.cpp 1758 (void)ApplyDebugLocation::CreateEmpty(CGF);
1764 (void)ApplyDebugLocation::CreateEmpty(CGF);
2027 (void)ApplyDebugLocation::CreateEmpty(CGF);
2739 (void)ApplyDebugLocation::CreateEmpty(CGF);
2857 (void)ApplyDebugLocation::CreateEmpty(CGF);
3920 (void)ApplyDebugLocation::CreateEmpty(CGF);
CGBlocks.cpp 1422 ApplyDebugLocation Scope(*this, StartLoc);
1530 auto NL = ApplyDebugLocation::CreateEmpty(*this);
1966 auto AL = ApplyDebugLocation::CreateArtificial(*this);
2163 auto AL = ApplyDebugLocation::CreateArtificial(*this);
CGOpenMPRuntime.cpp 1828 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF);
1832 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF);
1934 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF);
1937 auto AL = ApplyDebugLocation::CreateArtificial(CtorCGF);
1972 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF);
1977 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF);
2061 (void)ApplyDebugLocation::CreateEmpty(CGF);
2065 (void)ApplyDebugLocation::CreateEmpty(CGF);
2825 auto DL = ApplyDebugLocation::CreateDefaultArtificial(CGF, Loc);
2860 auto DL = ApplyDebugLocation::CreateDefaultArtificial(CGF, Loc)
    [all...]
CGStmt.cpp 773 auto NL = ApplyDebugLocation::CreateEmpty(*this);
782 auto NL = ApplyDebugLocation::CreateEmpty(*this);
CGExprComplex.cpp 96 ApplyDebugLocation DL(CGF, E);
CGNonTrivialStruct.cpp 835 auto SetArtificialLoc = ApplyDebugLocation::CreateArtificial(CGF);
CGExprScalar.cpp 411 ApplyDebugLocation DL(CGF, E);
4339 auto NL = ApplyDebugLocation::CreateEmpty(CGF);
4347 auto NL = ApplyDebugLocation::CreateArtificial(CGF);
CGException.cpp 820 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation);
CGExprAgg.cpp 106 ApplyDebugLocation DL(CGF, E);
CGExprCXX.cpp 1295 ApplyDebugLocation DL(CGF, E);
MicrosoftCXXABI.cpp 4020 auto NL = ApplyDebugLocation::CreateEmpty(CGF);
4024 auto AL = ApplyDebugLocation::CreateArtificial(CGF);
CGExpr.cpp 1286 ApplyDebugLocation DL(*this, E);
3158 Optional<ApplyDebugLocation> DL;
CGClass.cpp 635 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation());
CGDecl.cpp 1802 auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, D.getLocation());
CGStmtOpenMP.cpp 3439 auto DL = ApplyDebugLocation::CreateDefaultArtificial(CGF, S.getBeginLoc());
3508 auto DL1 = ApplyDebugLocation::CreateDefaultArtificial(CGF, S.getEndLoc());
CodeGenFunction.h 924 ApplyDebugLocation DL(CGF, Range.getEnd());
CGBuiltin.cpp 1703 auto NL = ApplyDebugLocation::CreateEmpty(*this);
1714 auto AL = ApplyDebugLocation::CreateArtificial(*this);

Completed in 109 milliseconds