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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  247   static bool IsOperator(llvm::StringRef name,

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 2192       ClangASTContext::IsOperator(decl_name.getAsString().c_str(), op_kind)) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 2030   if (!IsOperator(name, op_kind) || op_kind == clang::NUM_OVERLOADED_OPERATORS)
 8193     if (IsOperator(name, op_kind)) {