Home
last modified time | relevance | path

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

/external/clang/unittests/libclang/
DLibclangTest.cpp408 TEST_F(LibclangReparseTest, Reparse) { in TEST_F() argument
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc187 bool Reparse( in Reparse() function
266 if (!Reparse(message_factory, options, cmsg->message)) { in GetOrBuildOptions()
303 if (!Reparse(message_factory, *descriptor_message, descriptor_message)) { in CopyToPythonProto()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc187 bool Reparse( in Reparse() function
266 if (!Reparse(message_factory, options, cmsg->message)) { in GetOrBuildOptions()
303 if (!Reparse(message_factory, *descriptor_message, descriptor_message)) { in CopyToPythonProto()
/external/clang/include/clang/Frontend/
DASTUnit.h862 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h527 BOOLEAN Reparse; member
545 BOOLEAN Reparse; member
/external/gflags/src/
Dgflags.h.in375 // Reparse the flags that have not yet been recognized. Only flags
/external/clang/lib/Frontend/
DASTUnit.cpp2029 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() function in ASTUnit
/external/clang/tools/libclang/
DCIndex.cpp3818 if (!CXXUnit->Reparse(CXXIdx->getPCHContainerOperations(), in clang_reparseTranslationUnit_Impl()