Home
last modified time | relevance | path

Searched defs:SourceLocExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2215 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, SourceLocIdentKind Kind, SourceLocExpr() function in SourceLocExpr
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4708 explicit SourceLocExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} SourceLocExpr() function