Searched refs:mergeFunctionArgumentTypes (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1522 QualType mergeFunctionArgumentTypes(QualType, QualType,
/external/clang/lib/AST/
H A DASTContext.cpp5525 /// mergeFunctionArgumentTypes - merge two types which appear as function
5527 QualType ASTContext::mergeFunctionArgumentTypes(QualType lhs, QualType rhs, function in class:ASTContext
5642 QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype,

Completed in 123 milliseconds