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

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 257 CXFile StartFile, EndFile;
262 &StartFile, &StartLine, &StartColumn,
267 if (StartFile != EndFile || StartFile != File)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 635 Constant *StartFile = getStartFileFunc();
645 Builder.CreateCall(StartFile,

Completed in 109 milliseconds