Searched defs:EndFile (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp281 CXFile StartFile, EndFile; local
289 &EndFile, &EndLine, &EndColumn, nullptr); local
291 if (StartFile != EndFile || StartFile != File)
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp850 Constant *EndFile = getEndFileFunc(); local
882 Builder.CreateCall(EndFile, {});

Completed in 108 milliseconds