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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 80 namespace RequireCompleteType {
  /external/clang/lib/Sema/
SemaCast.cpp 563 if (Self.RequireCompleteType(OpRange.getBegin(), DestPointee,
599 if (Self.RequireCompleteType(OpRange.getBegin(), SrcPointee,
    [all...]
SemaExprCXX.cpp 302 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
328 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
586 if (RequireCompleteType(ThrowLoc, Ty,
841 RequireCompleteType(TyBeginLoc, ElemTy
    [all...]
SemaType.cpp     [all...]
Sema.cpp 551 if (RequireCompleteType(VD->getLocation(),
564 } else if (RequireCompleteType(VD->getLocation(), VD->getType(),
    [all...]
SemaExceptionSpec.cpp 53 if (RequireCompleteType(Range.getBegin(), T,
74 if (!T->isVoidType() && RequireCompleteType(Range.getBegin(), T,
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 619 RequireCompleteType(E->getExprLoc(), E->getType(),
    [all...]
SemaDeclObjC.cpp 295 RequireCompleteType(Param->getLocation(), Param->getType(),
476 else if (RequireCompleteType(SuperLoc,
761 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
    [all...]
SemaExprMember.cpp 569 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
    [all...]
SemaCXXScopeSpec.cpp 230 if (RequireCompleteType(loc, type,
    [all...]
SemaLambda.cpp 183 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
    [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclCXX.cpp 231 if (RequireCompleteType(Param->getLocation(), Param->getType(),
    [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 606 milliseconds