Home
last modified time | relevance | path

Searched defs:getSourcePaths (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/
DStandaloneExecution.h71 llvm::ArrayRef<std::string> getSourcePaths() const { in getSourcePaths() function
DTooling.h364 llvm::ArrayRef<std::string> getSourcePaths() const { return SourcePaths; } in getSourcePaths() function
/external/deqp/scripts/android/
Dbuild_apk.py418 def getSourcePaths (self): member in PackageDescription
482 def getSourcePaths (self): member in BuildJavaSource
/external/llvm-project/clang/unittests/Tooling/
DExecutionTest.cpp110 llvm::ArrayRef<std::string> getSourcePaths() const { in getSourcePaths() function in clang::tooling::TestToolExecutor