Home
last modified time | relevance | path

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

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