Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1490 const Expr *SyntForm = Node.getSyntacticForm(); in AST_MATCHER_P() local
1491 return (SyntForm != nullptr && in AST_MATCHER_P()
1492 InnerMatcher.matches(*SyntForm, Finder, Builder)); in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp858 if (auto *SyntForm = cast_or_null<InitListExpr>(Record.readSubStmt())) in VisitInitListExpr() local
859 E->setSyntacticForm(SyntForm); in VisitInitListExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7416 if (InitListExpr *SyntForm = E->getSyntacticForm()) { in VisitInitListExpr() local
7417 if (auto ToSyntFormOrErr = import(SyntForm)) in VisitInitListExpr()