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

References

tools/clang/include/clang/Basic/IdentifierTable.h
  137     return getLength() == StrLen-1 &&
  143     llvm::StringRef ThisStr(getNameStart(), getLength());
  156     return StringRef(getNameStart(), getLength());
tools/clang/lib/AST/ItaniumMangle.cpp
 1490   Out << II->getLength() + sizeof("__regcall3__") - 1 << "__regcall3__"
 1498   Out << II->getLength() << II->getName();
tools/clang/lib/AST/SelectorLocationsKind.cpp
   30     unsigned Len = II ? II->getLength() : 0;
   38   unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1;
tools/clang/lib/Basic/IdentifierTable.cpp
  276   unsigned Len = getLength();
tools/clang/lib/Lex/Lexer.cpp
  410       return II->getLength();
tools/clang/lib/Sema/SemaCodeComplete.cpp
  699   if (Id->getLength() < 2)
 7546   if (!PropName || PropName->getLength() == 0)
tools/clang/lib/Sema/SemaDecl.cpp
 2217     switch (TypeID->getLength()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2362           < II->getLength()) {
tools/clang/lib/Sema/SemaExprMember.cpp
  389     unsigned SwizzleLength = CompName->getLength();
  407                                      : CompName->getLength();
tools/clang/lib/Serialization/ASTWriter.cpp
 3668     unsigned KeyLen = II->getLength() + 1;
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  427       FunctionExpr->getDirectCallee()->getIdentifier()->getLength();