Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DExecution.h96 virtual std::string getCurrentCompilationUnit() { return ""; } in getCurrentCompilationUnit() function
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp50 ":" + Context->getCurrentCompilationUnit() + in TraverseFunctionDecl()