HomeSort by relevance Sort by last modified time
    Searched refs:OverloadTy (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/Sema/
SemaCast.cpp 702 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
762 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
    [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 380 (E->getType() == Context.OverloadTy ||
    [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 60 if (TR->isFunctionType() || TR == Ctx.OverloadTy)
ExprCXX.cpp 248 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
    [all...]
ASTContext.cpp 457 InitBuiltinType(OverloadTy, BuiltinType::Overload);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 569 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 49 milliseconds