HomeSort by: relevance | last modified time | path
    Searched refs:DependentCoawaitExpr (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h 67 class DependentCoawaitExpr;
149 ExprDependence computeDependence(DependentCoawaitExpr *E);
ExprCXX.h 4802 class DependentCoawaitExpr : public Expr {
4809 DependentCoawaitExpr(SourceLocation KeywordLoc, QualType Ty, Expr *Op,
4822 DependentCoawaitExpr(EmptyShell Empty)
RecursiveASTVisitor.h 2741 DEF_TRAVERSE_STMT(DependentCoawaitExpr, {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 359 ExprDependence clang::computeDependence(DependentCoawaitExpr *E) {
StmtPrinter.cpp 2371 void StmtPrinter::VisitDependentCoawaitExpr(DependentCoawaitExpr *S) {
StmtProfile.cpp 2121 void StmtProfiler::VisitDependentCoawaitExpr(const DependentCoawaitExpr *S) {
ItaniumMangle.cpp 5020 mangleExpression(cast<DependentCoawaitExpr>(E)->getOperand());
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 922 const internal::VariadicDynCastAllOfMatcher<Stmt, DependentCoawaitExpr>
923 dependentCoawaitExpr;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 858 new (Context) DependentCoawaitExpr(Loc, Context.DependentTy, E, Lookup);
TreeTransform.h 7862 TreeTransform<Derived>::TransformDependentCoawaitExpr(DependentCoawaitExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 488 void ASTStmtReader::VisitDependentCoawaitExpr(DependentCoawaitExpr *E) {
3836 S = new (Context) DependentCoawaitExpr(Empty);
ASTWriterStmt.cpp 391 void ASTStmtWriter::VisitDependentCoawaitExpr(DependentCoawaitExpr *E) {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 2414 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DependentCoawaitExpr>
2415 dependentCoawaitExpr;

Completed in 116 milliseconds