Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1694 const Expr *SyntForm = Node.getSyntacticForm(); in AST_MATCHER_P() local
1695 return (SyntForm != nullptr && in AST_MATCHER_P()
1696 InnerMatcher.matches(*SyntForm, Finder, Builder)); in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1170 if (auto *SyntForm = cast_or_null<InitListExpr>(Record.readSubStmt())) in VisitInitListExpr() local
1171 E->setSyntacticForm(SyntForm); in VisitInitListExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp8160 if (InitListExpr *SyntForm = E->getSyntacticForm()) { in VisitInitListExpr() local
8161 if (auto ToSyntFormOrErr = import(SyntForm)) in VisitInitListExpr()