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

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp282 CXFile StartFile, EndFile; local
290 &EndFile, &EndLine, &EndColumn, nullptr); local
292 if (StartFile != EndFile || StartFile != File)
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp845 Constant *EndFile = getEndFileFunc(); local
877 Builder.CreateCall(EndFile);

Completed in 66 milliseconds