Home
last modified time | relevance | path

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

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