Home
last modified time | relevance | path

Searched refs:getParametersSourceRange (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp755 return Function.getParametersSourceRange(); in getRange()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp312 STRING_LOCATION_STDPAIR(MethodDecl, getParametersSourceRange()), in TEST()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2581 SourceRange getParametersSourceRange() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3630 SourceRange FunctionDecl::getParametersSourceRange() const { in getParametersSourceRange() function in FunctionDecl