Home
last modified time | relevance | path

Searched refs:getTypeSpecEndLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DQualifiedAutoCheck.cpp67 Var->getTypeSpecEndLoc().getLocWithOffset(Lexer::MeasureTokenLength( in getTypeSpecifierLocation()
68 Var->getTypeSpecEndLoc(), *Result.SourceManager, in getTypeSpecifierLocation()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1529 SourceLocation E = Node->getTypeSpecEndLoc(); in isIgnoredParameter()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp293 STRING_LOCATION_STDPAIR(MethodDecl, getTypeSpecEndLoc()), in TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3139 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
3151 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h827 SourceLocation getTypeSpecEndLoc() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1901 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl