HomeSort by: relevance | last modified time | path
    Searched defs:OverloadTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1031 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 629 (E->getType() == Context.OverloadTy ||
6210 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(),
6217 OverloadTy,
6222 FT = cast<FunctionProtoType>(OverloadTy);
6444 if (Fn->getType() == Context.OverloadTy) {
6567 /// i.e. an expression not of \p OverloadTy. The expression should
9556 } else if (RHS.get()->getType() == Context.OverloadTy) {
13437 return Context.OverloadTy;
13584 return Context.OverloadTy;
16106 if (SecondType == Context.OverloadTy)
    [all...]

Completed in 51 milliseconds