Searched refs:ClassifyImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { function in class:Expr
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h402 return ClassifyImpl(Ctx, nullptr);
414 return ClassifyImpl(Ctx, &Loc);
452 Classification ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const;

Completed in 74 milliseconds