Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1681 const Expr *SyntForm = Node.getSyntacticForm(); in AST_MATCHER_P() local
1682 return (SyntForm != nullptr && in AST_MATCHER_P()
1683 InnerMatcher.matches(*SyntForm, Finder, Builder)); in AST_MATCHER_P()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1185 if (auto *SyntForm = cast_or_null<InitListExpr>(Record.readSubStmt())) in VisitInitListExpr() local
1186 E->setSyntacticForm(SyntForm); in VisitInitListExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp8030 if (InitListExpr *SyntForm = E->getSyntacticForm()) { in VisitInitListExpr() local
8031 if (auto ToSyntFormOrErr = import(SyntForm)) in VisitInitListExpr()