HomeSort by: relevance | last modified time | path
    Searched refs:IsFileExit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 1253 static bool ReadLineMarkerFlags(bool &IsFileEntry, bool &IsFileExit,
1271 IsFileExit = true;
1348 bool IsFileEntry = false, IsFileExit = false;
1381 if (ReadLineMarkerFlags(IsFileEntry, IsFileExit, FileKind, *this))
1387 IsFileExit, FileKind);
1396 else if (IsFileExit)
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 274 bool IsFileExit,
293 else if (IsFileExit)
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1542 bool IsFileEntry, bool IsFileExit,

Completed in 62 milliseconds