HomeSort by relevance Sort by last modified time
    Searched refs:CompoundStmt (Results 26 - 50 of 63) sorted by null

12 3

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1085 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt;
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 255 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
271 void CompoundStmt::setStmts(const ASTContext &C, Stmt **Stmts,
    [all...]
ExprClassification.cpp 368 const CompoundStmt *S = cast<StmtExpr>(E)->getSubStmt();
ExprCXX.cpp     [all...]
StmtProfile.cpp 90 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 513 if (auto *CS = dyn_cast_or_null<CompoundStmt>(Body)) {
700 if (const CompoundStmt *S = dyn_cast<CompoundStmt>(Body))
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp 506 assert(isa<CompoundStmt>(OMD->getBody()));
509 EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody()));
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 650 case CompoundStmt: break; // Nothing else to do.
    [all...]
  /external/clang/include/clang/AST/
Decl.h 33 class CompoundStmt;
    [all...]
Expr.h     [all...]
DeclObjC.h 484 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); }
    [all...]
DeclBase.h 29 class CompoundStmt;
821 /// This works whether the body is a CompoundStmt or a CXXTryStmt.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 534 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) {
    [all...]
SemaStmt.cpp 347 return new (Context) CompoundStmt(Context, Elts, L, R);
    [all...]
SemaLambda.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 131 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) {
826 E->setSubStmt(cast_or_null<CompoundStmt>(Reader.ReadSubStmt()));
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 765 milliseconds

12 3