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

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp267 CXFile StartFile, EndFile; local
275 &EndFile, &EndLine, &EndColumn, 0); local
277 if (StartFile != EndFile || StartFile != File)
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp645 Constant *EndFile = getEndFileFunc(); local
670 Builder.CreateCall(EndFile);

Completed in 80 milliseconds