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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 86 namespace RequireCompleteType {
  /external/clang/lib/Sema/
SemaExprCXX.cpp 304 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
330 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
578 if (RequireCompleteType(ThrowLoc, Ty,
828 RequireCompleteType(TyBeginLoc, ElemTy,
    [all...]
SemaCast.cpp 567 if (Self.RequireCompleteType(OpRange.getBegin(), DestPointee,
603 if (Self.RequireCompleteType(OpRange.getBegin(), SrcPointee,
    [all...]
Sema.cpp 684 if (RequireCompleteType(VD->getLocation(),
697 } else if (RequireCompleteType(VD->getLocation(), VD->getType(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 331 RequireCompleteType(Param->getLocation(), Param->getType(),
543 else if (RequireCompleteType(SuperLoc,
830 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
    [all...]
SemaExprMember.cpp 560 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
    [all...]
SemaCXXScopeSpec.cpp 224 if (RequireCompleteType(loc, type, diag::err_incomplete_nested_name_spec,
    [all...]
SemaExceptionSpec.cpp 88 RequireCompleteType(Range.getBegin(), PointeeT,
    [all...]
SemaLambda.cpp 194 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
    [all...]
SemaStmtAsm.cpp 554 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
SemaDecl.cpp     [all...]
SemaExpr.cpp 746 RequireCompleteType(E->getExprLoc(), E->getType(),
    [all...]
SemaPseudoObject.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp 233 if (RequireCompleteType(Param->getLocation(), Param->getType(),
    [all...]
SemaObjCProperty.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 105 milliseconds