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

Declarations

tools/clang/include/clang/AST/DeclarationName.h
  792   std::string getAsString() const;

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 2612     OS << " __attribute__((cleanup(" << getFunctionDecl()->getNameInfo().getAsString() << ")))";
 2616     OS << " [[gnu::cleanup(" << getFunctionDecl()->getNameInfo().getAsString() << ")]]";
tools/clang/lib/AST/DeclPrinter.cpp
  634     Proto += D->getNameInfo().getAsString();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2831                                             S.getDirectiveName().getAsString(),
tools/clang/lib/Sema/SemaChecking.cpp
  972         << Call->getDirectCallee()->getNameInfo().getAsString()
tools/clang/lib/Sema/SemaOpenMP.cpp
  406     Criticals.try_emplace(D->getDirectiveName().getAsString(), D, Hint);
  410     auto I = Criticals.find(Name.getAsString());
15178       (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) {
15218   if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") {
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1284           StringRef(FD->getNameInfo().getAsString()).lower();
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
  275     QueryString = Typo.getAsString();
tools/clang/tools/extra/clangd/IncludeFixer.cpp
  240   Result.Name = Unresolved.getAsString();
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/DeclRefExpr.cpp
   26     Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
   92           !function_decl->getNameInfo().getAsString().compare("$__lldb_expr")) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  968                           if (method_decl->getNameInfo().getAsString() ==