Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1092 const Expr *SyntForm = Node.getSyntacticForm(); in AST_MATCHER_P() local
1093 return (SyntForm != nullptr && in AST_MATCHER_P()
1094 InnerMatcher.matches(*SyntForm, Finder, Builder)); in AST_MATCHER_P()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp749 if (InitListExpr *SyntForm = cast_or_null<InitListExpr>(Reader.ReadSubStmt())) in VisitInitListExpr() local
750 E->setSyntacticForm(SyntForm); in VisitInitListExpr()
/external/clang/lib/AST/
DASTImporter.cpp5976 if (InitListExpr *SyntForm = ILE->getSyntacticForm()) { in VisitInitListExpr() local
5978 Importer.Import(SyntForm)); in VisitInitListExpr()