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

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  788       if (NTE.getString() == Key)
  809     if (NTE.getString() == Key)
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  689     return getOperatorSpelling(Node.getOperator()) == Name;
  696            getOperatorSpelling(Node.getOverloadedOperator()) == Name;
tools/clang/lib/Basic/Targets/AVR.cpp
  306         AVRMcus, [&](const MCUInfo &Info) { return Info.Name == this->CPU; });
tools/clang/lib/Driver/ToolChain.cpp
 1039       if (A->getValue(0) == getTripleString())
tools/clang/tools/extra/clangd/unittests/ParsedASTTests.cpp
   65         return ArgName == SpecializationArgs;
   66       return ArgName == "<" + SpecializationArgs + ">";
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  953       if (**I == CanonicalPath)
unittests/IR/PassBuilderCallbacksTest.cpp
  305   return Name == getName(arg);
usr/include/c++/7.4.0/bits/basic_string.h
 6071     { return !(__lhs == __rhs); }
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {
utils/unittest/googletest/src/gtest-internal-inl.h
  356     return test_property.key() == key_;
utils/unittest/googletest/src/gtest.cc
 2603     return test_info && test_info->name() == name_;