Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1706 const Expr *SyntForm = Node.getSyntacticForm(); in AST_MATCHER_P() local
1707 return (SyntForm != nullptr && in AST_MATCHER_P()
1708 InnerMatcher.matches(*SyntForm, Finder, Builder)); in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1202 if (auto *SyntForm = cast_or_null<InitListExpr>(Record.readSubStmt())) in VisitInitListExpr() local
1203 E->setSyntacticForm(SyntForm); in VisitInitListExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8622 if (InitListExpr *SyntForm = E->getSyntacticForm()) { in VisitInitListExpr() local
8623 if (auto ToSyntFormOrErr = import(SyntForm)) in VisitInitListExpr()