Searched refs:StartFile (Results 1 – 5 of 5) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 281 CXFile StartFile, EndFile; in clang_formatDiagnostic() local 286 &StartFile, &StartLine, &StartColumn, in clang_formatDiagnostic() 291 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
|
/external/pdfium/xfa/fde/xml/ |
D | cfx_saxreader.h | 43 bool StartFile(const CFX_RetainPtr<IFX_SeekableReadStream>& pFile,
|
D | cfx_saxreader.cpp | 75 bool CFX_SAXFile::StartFile(const CFX_RetainPtr<IFX_SeekableReadStream>& pFile, in StartFile() function in CFX_SAXFile 226 if (!m_File.StartFile(pFile, dwStart, dwLen)) in StartParse()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 634 Constant *StartFile = getStartFileFunc(); in insertCounterWriteout() local 644 Builder.CreateCall(StartFile, in insertCounterWriteout()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 845 Constant *StartFile = getStartFileFunc(); in insertCounterWriteout() local 862 Builder.CreateCall(StartFile, in insertCounterWriteout()
|