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

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 32 static bool isEmptyARCMTMacroStatement(NullStmt *S,
86 bool VisitNullStmt(NullStmt *S) {
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 28 if (!isa<NullStmt>(St)) {
SemaStmt.cpp 68 return new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro);
    [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 497 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
499 class NullStmt : public Stmt {
509 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
514 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 880 VISIT(NullStmt);
900 IGNORE_STMT(NullStmt);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 133 void StmtPrinter::VisitNullStmt(NullStmt *Node) {
    [all...]
StmtProfile.cpp 87 void StmtProfiler::VisitNullStmt(const NullStmt *S) {
    [all...]
ASTImporter.cpp 178 Stmt *VisitNullStmt(NullStmt *S);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 125 void ASTStmtReader::VisitNullStmt(NullStmt *S) {
    [all...]
ASTWriterStmt.cpp 64 void ASTStmtWriter::VisitNullStmt(NullStmt *S) {
    [all...]

Completed in 115 milliseconds