HomeSort by: relevance | last modified time | path
    Searched refs:ComputeName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 1952 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
2032 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
2111 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
2177 PredefinedExpr::ComputeName(PredefinedExpr::PrettyFunctionNoVirtual,
3173 std::string Str = PredefinedExpr::ComputeName(
3228 std::string MethodName = PredefinedExpr::ComputeName(
3662 std::string MethodName = PredefinedExpr::ComputeName(
Expr.cpp 566 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) {
608 Out << ComputeName(IK, DCBlock);
610 Out << ComputeName(IK, DCDecl) << "_block_invoke";
766 return ComputeName(IK, D);
2172 CurDecl ? PredefinedExpr::ComputeName(PredefinedExpr::Function, CurDecl)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2021 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3481 auto Str = PredefinedExpr::ComputeName(IK, currentDecl);

Completed in 41 milliseconds