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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 221 CodeGenFunction::CXXDefaultArgExprScope Scope(CGF, DAE);
CGExprAgg.cpp 178 CodeGenFunction::CXXDefaultArgExprScope Scope(CGF, DAE);
CodeGenFunction.h 1601 struct CXXDefaultArgExprScope : SourceLocExprScopeGuard {
1602 CXXDefaultArgExprScope(CodeGenFunction &CGF, const CXXDefaultArgExpr *E)
CGExpr.cpp 1370 CXXDefaultArgExprScope Scope(*this, DAE);
CGExprScalar.cpp 646 CodeGenFunction::CXXDefaultArgExprScope Scope(CGF, DAE);

Completed in 65 milliseconds