Searched defs:Conv (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp431 Value *Conv = new SIToFPInst(NewPHI, PN->getType(), "indvar.conv", local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1020 static CanQualType GetConversionType(ASTContext &Context, NamedDecl *Conv) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1462 BuildBlockForLambdaConversion(SourceLocation CurrentLocation, SourceLocation ConvLocation, CXXConversionDecl *Conv, Expr *Src) argument
H A DSemaInit.cpp3506 CXXConversionDecl *Conv; local
4136 CXXConversionDecl *Conv; local
[all...]
H A DSemaStmt.cpp608 noteExplicitConv( Sema &S, CXXConversionDecl *Conv, QualType ConvTy) argument
619 noteAmbiguous( Sema &S, CXXConversionDecl *Conv, QualType ConvTy) argument
H A DSemaCodeComplete.cpp5526 ExprResult Conv = DefaultFunctionArrayLvalueConversion(RecExpr); local
H A DSemaExprCXX.cpp2268 SemaDiagnosticBuilder noteExplicitConv(Sema &S, CXXConversionDecl *Conv, argument
2279 SemaDiagnosticBuilder noteAmbiguous(Sema &S, CXXConversionDecl *Conv, argument
2555 CXXConversionDecl *Conv = cast<CXXConversionDecl>(Method); local
1266 noteExplicitConv( Sema &S, CXXConversionDecl *Conv, QualType ConvTy) argument
1277 noteAmbiguous( Sema &S, CXXConversionDecl *Conv, QualType ConvTy) argument
[all...]
H A DSemaDeclCXX.cpp10275 DefineImplicitLambdaToFunctionPointerConversion( SourceLocation CurrentLocation, CXXConversionDecl *Conv) argument
10355 DefineImplicitLambdaToBlockPointerConversion( SourceLocation CurrentLocation, CXXConversionDecl *Conv) argument
[all...]
H A DSemaOverload.cpp3139 CXXConversionDecl *Conv; local
4051 CXXConversionDecl *Conv; local
5122 CXXConversionDecl *Conv = local
5220 CXXConversionDecl *Conv; local
6601 CXXConversionDecl *Conv = cast<CXXConversionDecl>(D); local
8300 const ImplicitConversionSequence &Conv = Cand->Conversions[I]; local
11386 CXXConversionDecl *Conv = cast<CXXConversionDecl>(D); local
11451 CXXConversionDecl *Conv local
[all...]
H A DSemaExpr.cpp10853 noteExplicitConv( Sema &S, CXXConversionDecl *Conv, QualType ConvTy) argument
10864 noteAmbiguous( Sema &S, CXXConversionDecl *Conv, QualType ConvTy) argument

Completed in 352 milliseconds