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 82 CXFile StartFile, EndFile;
87 &StartFile, &StartLine, &StartColumn,
92 if (StartFile != EndFile || StartFile != File)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 634 Constant *StartFile = getStartFileFunc();
644 Builder.CreateCall(StartFile,

Completed in 177 milliseconds