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

Declarations

tools/clang/include/clang/AST/Expr.h
 1946   static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);

References

tools/clang/lib/AST/Expr.cpp
  708       Out << ComputeName(IK, DCBlock);
  710       Out << ComputeName(IK, DCDecl) << "_block_invoke";
  864         return ComputeName(IK, D);
 2204         CurDecl ? PredefinedExpr::ComputeName(PredefinedExpr::Function, CurDecl)
tools/clang/lib/AST/VTableBuilder.cpp
 1938         PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
 2018         PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
 2097         PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
 2163       PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
 3125       std::string Str = PredefinedExpr::ComputeName(
 3180       std::string MethodName = PredefinedExpr::ComputeName(
 3614     std::string MethodName = PredefinedExpr::ComputeName(
tools/clang/lib/Sema/SemaExpr.cpp
 3223     auto Str = PredefinedExpr::ComputeName(IK, currentDecl);