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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
imagehlp.d 267 BOOLEAN Reparse;
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 206 /// it's treated as a counter that decrements each time we reparse
840 /// Reparse the source files using the same command-line options that
851 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 1807 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1814 assert(FileMgr && "FileMgr is null on Reparse call");
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3660 // set it up to be created on the first reparse. This makes the first parse
3661 // faster, trading for a slower (first) reparse.
4265 if (!CXXUnit->Reparse(CXXIdx->getPCHContainerOperations(),

Completed in 25 milliseconds