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

References

tools/clang/lib/AST/MicrosoftMangle.cpp
 3274     assert(VFTableMangling.endswith("@"));
tools/clang/lib/Basic/Module.cpp
   98   if (Target.getTriple().isOSDarwin() && PlatformEnv.endswith("simulator"))
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1034     assert(DarwinLibName.endswith(".dylib") && "must be a dynamic library");
tools/clang/lib/Lex/ModuleMap.cpp
 1742     if (!FullName.startswith(M->Name) && !FullName.endswith("Private"))
unittests/Support/Path.cpp
  624   ASSERT_TRUE(TempPath2.endswith(".temp"));
  650   ASSERT_FALSE(TempPath3.endswith("."));