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

  /external/clang/lib/Sema/
SemaCast.cpp 827 if (SrcExpr.get()->getType() == Self.Context.OverloadTy) {
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 566 (E->getType() == Context.OverloadTy ||
    [all...]
SemaLookup.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy)
ExprCXX.cpp 335 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 786 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 96 milliseconds