Index of C++ symbols extracted from source.
Definition at line 98 of file cpp_indexer.py.
◆ try_resolve()
Optional[Location] cpp_indexer.SymbolsIndex.try_resolve |
( |
|
self, |
|
|
str |
ref |
|
) |
| |
Resolve the location of the given reference.
Definition at line 105 of file cpp_indexer.py.
105 def try_resolve(self, ref: str) -> Optional[Location]:
106 """Resolve the location of the given reference."""
107 loc = self._try_resolve_impl(ref)
108 if loc is not None:
109 return self._location_from_string(loc)
110 return None
111
◆ default_factory
cpp_indexer.SymbolsIndex.default_factory |
|
static |
The documentation for this class was generated from the following file: