HomeSort by relevance Sort by last modified time
    Searched refs:SyntForm (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1092 const Expr *SyntForm = Node.getSyntacticForm();
1093 return (SyntForm != nullptr &&
1094 InnerMatcher.matches(*SyntForm, Finder, Builder));
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 749 if (InitListExpr *SyntForm = cast_or_null<InitListExpr>(Reader.ReadSubStmt()))
750 E->setSyntacticForm(SyntForm);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 5922 milliseconds