Home
last modified time | relevance | path

Searched refs:ClassifyDecl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp27 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D);
236 return ClassifyDecl(Ctx, cast<DeclRefExpr>(E)->getDecl()); in ClassifyInternal()
443 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl() function