Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp150 auto *FooCall = BoundNodes[0].getNodeAs<CallExpr>("fooCall"); in TEST() local
152 auto Result = NodeIntrospection::GetLocations(FooCall); in TEST()
159 UnorderedElementsAre(STRING_LOCATION_PAIR(FooCall, getBeginLoc()), in TEST()
160 STRING_LOCATION_PAIR(FooCall, getEndLoc()), in TEST()
161 STRING_LOCATION_PAIR(FooCall, getExprLoc()), in TEST()
162 STRING_LOCATION_PAIR(FooCall, getRParenLoc()))); in TEST()
167 FooCall, getSourceRange()))); in TEST()