Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DNodeIntrospection.h80 using SourceRangeMap = UniqueMultiMap<SourceRange, SharedLocationCall>; variable
84 SourceRangeMap RangeAccessors;
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp95 SourceRangeMap slm; in TEST()