Searched defs:ApplyDebugLocation (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h737 class ApplyDebugLocation { class in class:clang::DynamicInitKind
751 ApplyDebugLocation(ApplyDebugLocation &&Other) : CGF(Other.CGF) { function in class:clang::DynamicInitKind::ApplyDebugLocation
[all...]
H A DCGDebugInfo.cpp80 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, function in class:ApplyDebugLocation
86 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, function in class:ApplyDebugLocation
122 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, const Expr *E) function in class:ApplyDebugLocation
127 ApplyDebugLocation::ApplyDebugLocation(CodeGenFunction &CGF, llvm::DebugLoc Loc) function in class:ApplyDebugLocation
[all...]

Completed in 66 milliseconds