reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
   22 static ASTSourceMap &GetSourceMap(std::unique_lock<std::mutex> &guard) {
   24   static ASTSourceMap *s_source_map = new ASTSourceMap;
   24   static ASTSourceMap *s_source_map = new ASTSourceMap;
   34   ASTSourceMap &source_map = GetSourceMap(guard);
   36   ASTSourceMap::iterator iter = source_map.find(source);