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

References

tools/clang/lib/AST/DeclPrinter.cpp
 1277     pos = name.find_first_of(':', lastPos);
tools/clang/tools/extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
   46   std::string::size_type Pos = Result.find_first_of('"');
tools/clang/tools/extra/clang-tidy/performance/FasterStringFindCheck.cpp
   31   auto pos = Result.find_first_of('"');
tools/llvm-rtdyld/llvm-rtdyld.cpp
  708     size_t EqualsIdx = Mapping.find_first_of('=');
tools/polly/lib/Support/ISLTools.cpp
  739     size_t OpenPos = Str.find_first_of('{');
utils/TableGen/CodeGenInstruction.cpp
  183   std::string::size_type DotIdx = OpName.find_first_of('.');
  255   std::string::size_type pos = CStr.find_first_of('=');