HomeSort by relevance Sort by last modified time
    Searched defs:Compound (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseStmt.cpp 36 /// compound-statement
248 case tok::l_brace: // C99 6.8.2: compound-statement
371 /// '__try' compound-statement seh-handler
409 /// '__except' '(' seh-filter-expression ')' compound-statement
451 /// '__finally' compound-statement
693 /// compound-statement: [C99 6.8.2]
722 // Enter a scope to hold everything within the compound stmt. Compound
737 "in compound statement ('{}')");
748 // only allowed at the start of a compound stmt regardless of the language
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 31 milliseconds