Home | History | Annotate | Download | only in Sema

Lines Matching defs:Note

859     // Note, AtomicExpr::getVal1() has a special case for this atomic.
872 // Note, AtomicExpr::getVal2() has a special case for this atomic.
1255 /// Note: It might also make sense to do the UTF-16 conversion here (would
2140 // Note that this may return NULL if there was an error parsing or building
2236 /// \brief If the format string is not within the funcion call, emit a note
2241 /// extra note will be emitted pointing to location of the format string.
2256 /// used for the note. Otherwise, Loc points to the argument list and will
2282 const Sema::SemaDiagnosticBuilder &Note =
2286 Note << StringRange;
2289 Note << *I;
3001 // Str - The format string. NOTE: this is NOT null-terminated!
4328 // Go ahead and analyze implicit conversions in the operands. Note
5199 // Try harder to find a NamedDecl to point at in the note.