Home
last modified time | relevance | path

Searched refs:Reparse (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h794 bool Reparse(RemappedFile *RemappedFiles = 0,
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h527 BOOLEAN Reparse; member
545 BOOLEAN Reparse; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Ddbghelp.h527 BOOLEAN Reparse; member
545 BOOLEAN Reparse; member
/external/open-vcdiff/gflags/src/gflags/
Dgflags.h.in370 // Reparse the flags that have not yet been recognized.
/external/clang/lib/Frontend/
DASTUnit.cpp2067 bool ASTUnit::Reparse(RemappedFile *RemappedFiles, unsigned NumRemappedFiles) { in Reparse() function in ASTUnit
/external/clang/tools/libclang/
DCIndex.cpp2963 if (!CXXUnit->Reparse(RemappedFiles->size() ? &(*RemappedFiles)[0] : 0, in clang_reparseTranslationUnit_Impl()