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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 88 namespace RequireCompleteType {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 119 if (RequireCompleteType(OutputExpr->getLocStart(), Exprs[i]->getType(),
178 if (RequireCompleteType(InputExpr->getLocStart(), Exprs[i]->getType(),
450 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
SemaOpenMP.cpp 166 if (RequireCompleteType(ILoc, VD->getType(),
343 if (RequireCompleteType(ELoc, Type,
SemaExprCXX.cpp 349 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
375 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
623 if (RequireCompleteType(ThrowLoc, Ty,
    [all...]
SemaCast.cpp 565 if (Self.RequireCompleteType(OpRange.getBegin(), DestPointee,
605 if (Self.RequireCompleteType(OpRange.getBegin(), SrcPointee,
    [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprMember.cpp 578 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
    [all...]
SemaCXXScopeSpec.cpp 209 if (RequireCompleteType(loc, type, diag::err_incomplete_nested_name_spec,
    [all...]
SemaDeclObjC.cpp 569 else if (RequireCompleteType(SuperLoc,
    [all...]
SemaExceptionSpec.cpp 88 RequireCompleteType(Range.getBegin(), PointeeT,
    [all...]
SemaLambda.cpp 201 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
    [all...]
SemaExpr.cpp     [all...]
Sema.cpp 686 } else if (RequireCompleteType(VD->getLocation(), VD->getType(),
    [all...]
SemaDecl.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp 253 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 6733 milliseconds