Searched defs:Function2 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}} function
12 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
/external/clang/lib/AST/
H A DASTImporter.cpp551 const FunctionType *Function2 = cast<FunctionType>(T2); local
554 Function2->getResultType()))
556 if (Function1->getExtInfo() != Function2->getExtInfo())
/external/clang/lib/Sema/
H A DSemaOverload.cpp3182 FunctionDecl *Function2) {
3196 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2);
3180 compareConversionFunctions(Sema &S, FunctionDecl *Function1, FunctionDecl *Function2) argument

Completed in 157 milliseconds