Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DNodeIntrospection.h79 using SourceLocationMap = UniqueMultiMap<SourceLocation, SharedLocationCall>; variable
83 SourceLocationMap LocationAccessors;
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp79 SourceLocationMap slm; in TEST()