Searched defs:CastLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp339 SourceLocation CastLoc = E->getExprLoc(); local
340 if (CastLoc.isMacroID()) {
341 StringRef MacroName = Lexer::getImmediateMacroName(CastLoc,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2910 SourceLocation CastLoc,
2923 if (S.RequireNonAbstractType(CastLoc, Ty,
2927 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs))
2930 S.CheckConstructorAccess(CastLoc, Constructor,
2933 if (S.DiagnoseUseOfDecl(Method, CastLoc))
2937 CastLoc, Ty, cast<CXXConstructorDecl>(Method),
2950 S.CheckMemberOperatorAccess(CastLoc, From, /*arg*/ nullptr, FoundDecl);
2951 if (S.DiagnoseUseOfDecl(Method, CastLoc))
2909 BuildCXXCastArgument(Sema &S, SourceLocation CastLoc, QualType Ty, CastKind Kind, CXXMethodDecl *Method, DeclAccessPair FoundDecl, bool HadMultipleCandidates, Expr *From) argument

Completed in 100 milliseconds