Home
last modified time | relevance | path

Searched refs:clang_getFileTime (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports211 clang_getFileTime
DCIndex.cpp3896 time_t clang_getFileTime(CXFile SFile) { in clang_getFileTime() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports243 clang_getFileTime
DCIndex.cpp4335 time_t clang_getFileTime(CXFile SFile) { in clang_getFileTime() function
/external/clang/include/clang-c/
DIndex.h296 CINDEX_LINKAGE time_t clang_getFileTime(CXFile SFile);
/external/llvm-project/clang/include/clang-c/
DIndex.h363 CINDEX_LINKAGE time_t clang_getFileTime(CXFile SFile);
/external/rust/crates/clang-sys/src/
Dlib.rs2067 pub fn clang_getFileTime(file: CXFile) -> time_t;
/external/clang/bindings/python/clang/
Dcindex.py2685 return conf.lib.clang_getFileTime(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py3108 return conf.lib.clang_getFileTime(self)