Searched refs:ApplyDebugLocation (Results 1 – 14 of 14) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 451 class ApplyDebugLocation { 457 ApplyDebugLocation(CodeGenFunction &CGF, 460 ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc); 461 ~ApplyDebugLocation(); 475 class ArtificialLocation : public ApplyDebugLocation {
|
| H A D | CGDeclCXX.cpp | 480 ApplyDebugLocation NL(*this); in GenerateCXXGlobalInitFunc() 531 ApplyDebugLocation NL(*this); in GenerateCXXGlobalDtorsFunc()
|
| H A D | CGStmtOpenMP.cpp | 89 ApplyDebugLocation DL(CGF); in EmitOMPIfClause() 95 ApplyDebugLocation DL(CGF); in EmitOMPIfClause()
|
| H A D | CGDebugInfo.cpp | 56 : ApplyDebugLocation(CGF) { in ArtificialLocation() 65 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, in ApplyDebugLocation() function in ApplyDebugLocation 78 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc) in ApplyDebugLocation() function in ApplyDebugLocation 87 ApplyDebugLocation::~ApplyDebugLocation() { in ~ApplyDebugLocation()
|
| H A D | CGBlocks.cpp | 1181 ApplyDebugLocation NL(*this); in GenerateBlockFunction() 1332 ApplyDebugLocation NL(*this); in GenerateCopyHelperFunction() 1503 ApplyDebugLocation NL(*this); in GenerateDestroyHelperFunction()
|
| H A D | CGStmt.cpp | 568 ApplyDebugLocation DL(*this); in EmitIfStmt() 577 ApplyDebugLocation DL(*this); in EmitIfStmt()
|
| H A D | CGCleanup.cpp | 864 ApplyDebugLocation AutoRestoreLocation(*this, CurEHLocation); in PopCleanupBlock()
|
| H A D | CGException.cpp | 737 ApplyDebugLocation AutoRestoreLocation(*this, CurEHLocation); in EmitLandingPad()
|
| H A D | CodeGenFunction.cpp | 267 ApplyDebugLocation AL(*this, Loc); in FinishFunction()
|
| H A D | CGDecl.cpp | 1090 ApplyDebugLocation DL(*this, D.getLocation()); in EmitAutoVarInit()
|
| H A D | CGExprCXX.cpp | 1019 ApplyDebugLocation DL(CGF, E->getStartLoc()); in EmitNewInitializer()
|
| H A D | CGExprScalar.cpp | 199 ApplyDebugLocation DL(CGF, E->getLocStart()); in Visit() 3046 ApplyDebugLocation DL(CGF); in VisitBinLAnd()
|
| H A D | CGClass.cpp | 547 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation()); in EmitMemberInitializer()
|
| H A D | CGExpr.cpp | 3068 ApplyDebugLocation DL(*this, E->getLocStart(), in EmitCallExpr()
|