Home
last modified time | relevance | path

Searched defs:CastLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp117 MacroArgUsageVisitor(SourceLocation CastLoc,const SourceManager & SM) MacroArgUsageVisitor() argument
173 SourceLocation CastLoc; global() member in clang::tidy::modernize::__anon9d42d0a90111::MacroArgUsageVisitor
289 SourceLocation CastLoc = CE->getBeginLoc(); allArgUsesValid() local
[all...]
/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp336 SourceLocation CastLoc = E->getExprLoc(); in transformObjCToNonObjCCast() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4137 BuildCXXCastArgument(Sema & S,SourceLocation CastLoc,QualType Ty,CastKind Kind,CXXMethodDecl * Method,DeclAccessPair FoundDecl,bool HadMultipleCandidates,Expr * From) BuildCXXCastArgument() argument