Home | History | Annotate | Download | only in Sema

Lines Matching defs:Code

310 /// @code
1000 /// @code
1252 /// unions. For example, the following code is well-formed in C but
1254 /// @code
1470 // wording in DR56, which accidentally banned code like:
2271 // FIXME. revisit this code.
2510 /// @code
2964 // In well-formed code, we can only have a constructor
3394 // for compatibility with code that depends on gcc's buggy
4640 // code path.
5051 // @code
5327 // for compatibility with old SWIG code which likes to generate them.
5901 // initializer; note that later code assumes this restriction.
6284 // NOTE: code such as the following
6821 llvm::SmallString<256> Code;
6822 llvm::raw_svector_ostream(Code) << " int "
6827 << FixItHint::CreateInsertion(LocAfterDecls, Code.str());
9162 // If so, objects of this type cannot be shared between code compiled
9163 // with instant objects and code compiled with manual retain/release.