HomeSort by: relevance | last modified time | path
    Searched defs:ApplyDebugLocation (Results 1 - 2 of 2) 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...]
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...]

Completed in 33 milliseconds