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

1 2

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 92 namespace RequireCompleteType {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 194 if (RequireCompleteType(OutputExpr->getLocStart(), Exprs[i]->getType(),
285 if (RequireCompleteType(InputExpr->getLocStart(), Exprs[i]->getType(),
583 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
SemaCast.cpp 605 if (Self.RequireCompleteType(OpRange.getBegin(), DestPointee,
650 if (Self.RequireCompleteType(OpRange.getBegin(), SrcPointee,
    [all...]
SemaExprCXX.cpp 387 RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
416 if (RequireCompleteType(TypeidLoc, T, diag::err_incomplete_typeid))
748 if (RequireCompleteType(ThrowLoc, Ty,
    [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp 610 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
    [all...]
SemaCXXScopeSpec.cpp 212 if (RequireCompleteType(loc, type, diag::err_incomplete_nested_name_spec,
    [all...]
SemaDeclObjC.cpp 575 else if (RequireCompleteType(SuperLoc,
    [all...]
SemaExceptionSpec.cpp 115 RequireCompleteType(Range.getBegin(), PointeeT,
    [all...]
SemaOpenMP.cpp 836 if (RequireCompleteType(ILoc, VD->getType(),
    [all...]
Sema.cpp 774 } else if (RequireCompleteType(VD->getLocation(), VD->getType(),
    [all...]
SemaLambda.cpp 460 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
    [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 286 ClangASTImporter::RequireCompleteType (clang::QualType type)
304 return RequireCompleteType(array_type->getElementType());
308 return RequireCompleteType(atomic_type->getPointeeType());
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 132 RequireCompleteType (clang::QualType type);
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 344 m_sema->RequireCompleteType(SourceLocation(), expr_qual_type, clang::diag::err_incomplete_type);
ClangASTSource.cpp 471 m_ast_importer->RequireCompleteType(copied_field_type);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 713 milliseconds

1 2