Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl() function in Expr
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h399 return ClassifyImpl(Ctx, nullptr); in Classify()
411 return ClassifyImpl(Ctx, &Loc); in ClassifyModifiable()
453 Classification ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const;