Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c2753 char *buildDir; in perform_test_compilation_db() local
2759 buildDir = dirname(tmp); in perform_test_compilation_db()
2761 db = clang_CompilationDatabase_fromDirectory(buildDir, &ec); in perform_test_compilation_db()
/external/clang/bindings/python/clang/
Dcindex.py2347 def fromDirectory(buildDir): argument
2351 cdb = conf.lib.clang_CompilationDatabase_fromDirectory(buildDir,