Searched defs:Note (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex168 \paragraph{Note about IPv6 options and destination address.}
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h116 Ignored, Note, Warning, Error, Fatal enumerator in enum:clang::DiagnosticIDs::Level
151 /// Note.
H A DDiagnostic.h134 Note = DiagnosticIDs::Note, enumerator in enum:clang::DiagnosticsEngine::Level
766 /// Note that many of these will be created as temporary objects (many call
1153 /// Note that diagnostics may be emitted outside the processing of a source
/external/elfutils/libelf/
H A Dabstract.h182 /* Note entry header. */
183 #define Note(Bits, Ext) \ macro
191 Note (32, Ext)
193 Note (64, Ext)
/external/clang/bindings/python/clang/
H A Dcindex.py213 Note = 1 variable in class:Diagnostic
1652 this sequence is always the input file. Note that this method will not
1779 file in the stack. Note that the input file has depth 0.
/external/clang/lib/Sema/
H A DSemaType.cpp546 // Note that there *are* cases with invalid declarators where
656 // Note that the one exception to this is function definitions, which are
1242 // Note: function types are handled in the common path with C.
2436 // Note: if the NNS has a prefix and ClsType is a nondependent
2614 // Note: core issue 778 clarifies that, if there are any unexpanded
4053 PartialDiagnostic> Note) {
4110 return RequireCompleteType(E->getExprLoc(), T, PD, Note);
4136 PartialDiagnostic> Note) {
4230 if (!Note.first.isInvalid())
4231 Diag(Note
4051 RequireCompleteExprType(Expr *E, const PartialDiagnostic &PD, std::pair<SourceLocation, PartialDiagnostic> Note) argument
4133 RequireCompleteType(SourceLocation Loc, QualType T, const PartialDiagnostic &PD, std::pair<SourceLocation, PartialDiagnostic> Note) argument
[all...]
H A DSemaExpr.cpp388 // lvalue-to-rvalue at all. Note that expressions of unqualified
2212 // Check whether this declaration can be used. Note that we suppress
3005 /// Note that the ArgRange is invalid if isType is false.
3215 // type. Note that Functions are not objects, and that (in C99 parlance)
4703 /// Note that LHS is not null here, even if this is the gnu "x ?: y" extension.
4805 // GCC compatibility: soften pointer/integer mismatch. Note that
4971 const PartialDiagnostic &Note,
4976 Self.Diag(Loc, Note)
4981 Self.Diag(Loc, Note) << ParenRange;
5085 /// ActOnConditionalOp - Parse a ?: operation. Note tha
4970 SuggestParentheses(Sema &Self, SourceLocation Loc, const PartialDiagnostic &Note, SourceRange ParenRange) argument
10648 PartialDiagnostic Note = local
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp500 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { function in struct:__anon3048::EvalInfo
639 // Note that we're skipping calls.
963 Info.Note(VD->getLocation(), diag::note_declared_at);
965 Info.Note(Base.dyn_cast<const Expr*>()->getExprLoc(),
979 // Check that the object is a global. Note that the fake 'this' object we
1461 Info.Note(VD->getLocation(), diag::note_declared_at);
1467 Info.Note(VD->getLocation(), diag::note_declared_at);
1541 // Note, it should not be possible to form a pointer with a valid
1584 Info.Note(Field->getLocation(), diag::note_declared_at);
1608 Info.Note(Fiel
[all...]

Completed in 185 milliseconds