Home | History | Annotate | Download | only in Sema

Lines Matching defs:Code

377 /// @code
1158 /// @code
1460 /// unions. For example, the following code is well-formed in C but
1462 /// @code
1756 // wording in DR56, which accidentally banned code like:
2963 // FIXME. revisit this code.
3242 /// @code
3711 // In well-formed code, we can only have a constructor
4213 // for compatibility with code that depends on gcc's buggy
5083 // We need to this because of code like
5088 // This code runs before the init of foo is set, and therefore before
5677 // code path.
6147 // @code
6450 // extension for compatibility with old SWIG code which likes to
7278 // the initializer; note that later code assumes this restriction.
7410 // Although this code can still have problems:
7570 // special case code.
7715 // NOTE: code such as the following
8398 SmallString<256> Code;
8399 llvm::raw_svector_ostream(Code) << " int "
8404 << FixItHint::CreateInsertion(LocAfterDecls, Code.str());