Home
last modified time | relevance | path

Searched defs:MatchResults (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DTemplateNameTest.cpp38 auto MatchResults = match(templateArgumentLoc().bind("id"), Ctx); in TEST() local
67 auto MatchResults = match(templateArgumentLoc().bind("id"), Ctx); in TEST() local
99 auto MatchResults = match(Matcher, AST->getASTContext()); in TEST() local
125 auto MatchResults = match(Matcher, AST->getASTContext()); in TEST() local
[all...]
H A DProfilingTest.cpp29 auto MatchResults = match(classTemplateDecl().bind("id"), Ctx); in getClassTemplateRedecls() local
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp205 class MatchResults { class
209 MatchResults() : m_size(0) {} in MatchResults() function in MatchResults