Searched refs:ArtificialLocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h51 friend class ArtificialLocation;
410 /// ArtificialLocation - An RAII object that temporarily switches to
421 class ArtificialLocation { class in namespace:clang::CodeGen
426 ArtificialLocation(CodeGenFunction &CGF, CGBuilderTy &B);
432 /// ~ArtificialLocation - Autorestore everything back to normal.
433 ~ArtificialLocation();
H A DCGDebugInfo.cpp72 ArtificialLocation::ArtificialLocation(CodeGenFunction &CGF, CGBuilderTy &B) function in class:ArtificialLocation
81 void ArtificialLocation::Emit() {
93 ArtificialLocation::~ArtificialLocation() {
H A DCGBlocks.cpp1312 ArtificialLocation AL(*this, Builder);
1485 ArtificialLocation AL(*this, Builder);

Completed in 102 milliseconds