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 281 CXFile StartFile, EndFile;
289 &EndFile, &EndLine, &EndColumn, nullptr);
291 if (StartFile != EndFile || StartFile != File)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 844 Constant *EndFile = getEndFileFunc();
876 Builder.CreateCall(EndFile);
    [all...]

Completed in 273 milliseconds