HomeSort by relevance Sort by last modified time
    Searched refs:EndFile (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 266 CXFile StartFile, EndFile;
274 &EndFile, &EndLine, &EndColumn, 0);
276 if (StartFile != EndFile || StartFile != File)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 715 Constant *EndFile = getEndFileFunc();
741 Builder.CreateCall(EndFile);

Completed in 43 milliseconds