Lines Matching refs:string
48 std::string GetNamespace(const clang::Decl* record);
77 std::string GetNamespaceImpl(const clang::DeclContext* context,
78 const std::string& candidate);
79 bool IsIgnoredType(const std::string& base_name);
83 bool GetFilename(clang::SourceLocation loc, std::string* filename);
89 std::set<std::string> banned_namespaces_;
93 std::set<std::string> allowed_directories_;
96 std::set<std::string> banned_directories_;
99 std::set<std::string> ignored_record_names_;
102 std::set<std::string> ignored_base_classes_;