HomeSort by relevance Sort by last modified time
    Searched refs:Stmt (Results 151 - 175 of 193) sorted by null

1 2 3 4 5 67 8

  /external/clang/lib/CodeGen/
CodeGenModule.h 57 class Stmt;
748 /// specified stmt yet.
751 void ErrorUnsupported(const Stmt *S, const char *Type,
    [all...]
CodeGenFunction.h 662 void enter(CodeGenFunction &CGF, const Stmt *Finally,
    [all...]
CGException.cpp     [all...]
CGObjCRuntime.cpp 141 const Stmt *Body;
CGDecl.cpp 484 static bool isAccessedBy(const VarDecl &var, const Stmt *s) {
494 for (Stmt::const_child_range children = s->children(); children; ++children)
495 // children might be null; as in missing decl or conditional of an if-stmt.
    [all...]
CGClass.cpp 727 Stmt *Body = Ctor->getBody();
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 83 if (Stmt *Body = D->getBody()) {
ChainedIncludesSource.cpp 181 Stmt *ChainedIncludesSource::GetExternalDeclStmt(uint64_t Offset) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 151 const Stmt *S,
SValBuilder.cpp 137 SValBuilder::getConjuredSymbolVal(const Stmt *stmt,
144 SymbolRef sym = SymMgr.getConjuredSymbol(stmt, LCtx, type, visitCount);
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 71 for (Stmt::child_range I = Node->children(); I; ++I)
    [all...]
SemaTemplateVariadic.cpp 109 bool TraverseStmt(Stmt *S) {
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 31 public StmtVisitor<ASTNodeImporter, Stmt *> {
39 using StmtVisitor<ASTNodeImporter, Stmt *>::Visit;
161 Stmt *VisitStmt(Stmt *S);
    [all...]
Decl.cpp 20 #include "clang/AST/Stmt.h"
    [all...]
ExprClassification.cpp 95 case Stmt::NoStmtClass:
97 #define STMT(Kind, Base) case Expr::Kind##Class:
ExprConstant.cpp     [all...]
DeclBase.cpp 25 #include "clang/AST/Stmt.h"
638 if (Stmt *Body = getBody())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 182 const Stmt *First,
183 const Stmt *Second) const;
533 const Stmt *First, const Stmt *Second) const {
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.h 401 void indexBody(const Stmt *S, const NamedDecl *Parent,
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseStmt.cpp 510 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!");
533 Stmt *DeepestParsedCaseStmt = 0;
595 // continue parsing the sub-stmt.
603 Stmt *NextDeepest = Case.get();
630 // Broken sub-stmt shouldn't prevent forming the case statement properly.
647 assert(Tok.is(tok::kw_default) && "Not a default stmt!");
679 // Broken sub-stmt shouldn't prevent forming the case statement properly.
720 assert(Tok.is(tok::l_brace) && "Not a compount stmt!");
722 // Enter a scope to hold everything within the compound stmt. Compound
748 // only allowed at the start of a compound stmt regardless of the language
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 759 /// top-level Stmt* of that body. Otherwise this method returns null.
760 virtual Stmt* getBody() const { return 0; }
    [all...]
Type.h 88 class Stmt;
    [all...]

Completed in 820 milliseconds

1 2 3 4 5 67 8