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

  /external/clang/include/clang/AST/
Stmt.h 803 class AttributedStmt : public Stmt {
813 AttributedStmt(SourceLocation loc, const AttrVec &attrs, Stmt *substmt)
818 explicit AttributedStmt(EmptyShell Empty)
835 static bool classof(const AttributedStmt *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 109 else if (const AttributedStmt *AS = dyn_cast<AttributedStmt>(S))
StmtProfile.cpp 112 void StmtProfiler::VisitAttributedStmt(const AttributedStmt *S) {
StmtPrinter.cpp 172 void StmtPrinter::VisitAttributedStmt(AttributedStmt *Node) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 178 EmitAttributedStmt(cast<AttributedStmt>(*S)); break;
338 void CodeGenFunction::EmitAttributedStmt(const AttributedStmt &S) {
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 367 // change this to AttributedStmt::Create(Context, ....);
369 AttributedStmt *LS = new (Context) AttributedStmt(AttrLoc, Attrs, SubStmt);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 162 void ASTStmtReader::VisitAttributedStmt(AttributedStmt *S) {
    [all...]
ASTWriterStmt.cpp 109 void ASTStmtWriter::VisitAttributedStmt(AttributedStmt *S) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 175 milliseconds