Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2117 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, IdentKind Kind, in SourceLocExpr() function in SourceLocExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h591 friend class SourceLocExpr; variable
H A DExpr.h4615 explicit SourceLocExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} in SourceLocExpr() function