Home | History | Annotate | Download | only in libclang

Lines Matching full:llvm

3 //                     The LLVM Compiler Infrastructure
17 #include "llvm/ADT/SmallString.h"
18 #include "llvm/Support/CBindingWrapping.h"
19 #include "llvm/Support/Path.h"
20 #include "llvm/Support/TimeValue.h"
21 #include "llvm/Support/raw_ostream.h"
24 using namespace llvm::sys;
27 return llvm::sys::TimeValue::now().toEpochTime();
76 llvm::SmallString<256> Buf;
77 llvm::raw_svector_ostream OS(Buf);
128 llvm::SmallString<256> Buf;
129 llvm::raw_svector_ostream OS(Buf);