Home
last modified time | relevance | path

Searched refs:GetDeclarations (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/cquery/cquery-20180718/src/
H A Dquery_utils.cc20 std::vector<QueryId::LexicalRef> GetDeclarations( in GetDeclarations() function
91 std::vector<QueryId::LexicalRef> GetDeclarations( in GetDeclarations() function
94 return GetDeclarations(db->funcs, ids); in GetDeclarations()
97 std::vector<QueryId::LexicalRef> GetDeclarations( in GetDeclarations() function
100 return GetDeclarations(db->types, ids); in GetDeclarations()
103 std::vector<QueryId::LexicalRef> GetDeclarations( in GetDeclarations() function
106 return GetDeclarations(db->vars, ids); in GetDeclarations()
H A Dquery_utils.h17 std::vector<QueryId::LexicalRef> GetDeclarations(
20 std::vector<QueryId::LexicalRef> GetDeclarations(
23 std::vector<QueryId::LexicalRef> GetDeclarations(
/dports/devel/cquery/cquery-20180718/src/messages/
H A Dcquery_base.cc38 GetDeclarations(db, def->bases)); in Run()
44 GetDeclarations(db, def->bases)); in Run()
H A Dtext_document_implementation.cc40 GetDeclarations(db, type.derived)); in Run()
45 GetDeclarations(db, func.derived)); in Run()
H A Dtext_document_code_lens.cc125 GetDeclarations(db, type.derived), in Run()
128 GetDeclarations(db, type.instances), in Run()
177 GetDeclarations(db, func.derived), false /*force_display*/); in Run()
204 GetDeclarations(db, def->bases), in Run()
H A Dcquery_vars.cc48 GetDeclarations(db, type.instances)); in Run()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DExporter.py62 def GetDeclarations(self, fullname): member in Exporter
73 decls = self.GetDeclarations(fullname)
H A DFunctionExporter.py26 decls = self.GetDeclarations(self.info.name)
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DExporter.py62 def GetDeclarations(self, fullname): member in Exporter
73 decls = self.GetDeclarations(fullname)
H A DFunctionExporter.py26 decls = self.GetDeclarations(self.info.name)
/dports/databases/percona57-server/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DExporter.py62 def GetDeclarations(self, fullname): member in Exporter
73 decls = self.GetDeclarations(fullname)
H A DFunctionExporter.py26 decls = self.GetDeclarations(self.info.name)
/dports/databases/xtrabackup/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DExporter.py62 def GetDeclarations(self, fullname): member in Exporter
73 decls = self.GetDeclarations(fullname)
H A DFunctionExporter.py26 decls = self.GetDeclarations(self.info.name)
/dports/databases/percona57-client/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DExporter.py62 def GetDeclarations(self, fullname): member in Exporter
73 decls = self.GetDeclarations(fullname)
H A DFunctionExporter.py26 decls = self.GetDeclarations(self.info.name)
/dports/math/vtk8/VTK-8.2.0/IO/Export/Testing/Cxx/
H A DUnitTestRIB.cxx89 std::string(prop->GetDeclarations())); in TestRIBProperty()
94 std::string(prop->GetDeclarations())); in TestRIBProperty()
97 std::string(prop->GetDeclarations())); in TestRIBProperty()
/dports/math/vtk9/VTK-9.1.0/IO/Export/Testing/Cxx/
H A DUnitTestRIB.cxx86 std::string("Declare \"floatVar\" \"float\"\n"), std::string(prop->GetDeclarations())); in TestRIBProperty()
90 std::string(prop->GetDeclarations())); in TestRIBProperty()
93 std::string("Declare \"vectorVar\" \"vector\"\n"), std::string(prop->GetDeclarations())); in TestRIBProperty()
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkRIBProperty.h57 char *GetDeclarations ();
H A DvtkRIBProperty.cxx140 char *vtkRIBProperty::GetDeclarations () in GetDeclarations() function in vtkRIBProperty
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkRIBProperty.h87 char* GetDeclarations();
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkRIBProperty.h87 char *GetDeclarations ();
/dports/math/vtk8/VTK-8.2.0/Rendering/VolumeOpenGL2/
H A DvtkOpenGLUniforms.h43 std::string GetDeclarations();
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/pyste/tests/
H A DGCCXMLParserUT.py289 def GetDeclarations(): function
297 declarations = GetDeclarations()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/pyste/tests/
H A DGCCXMLParserUT.py289 def GetDeclarations(): function
297 declarations = GetDeclarations()

12