Searched defs:IsInline (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_image.h43 bool IsInline() const { return m_bIsInline; } function in class:CPDF_Image
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h47 bool IsInline() const { return m_ObjNum == 0; } function in class:CPDF_Object
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h74 inline bool IsInline(Type t) { return t <= TYPE_FLOAT; } function in namespace:flexbuffers
1159 if (IsInline(type_)) {
1187 if (IsInline(type_)) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp5660 bool IsInline = false, IsStaticDataMember = false, IsQualifiedFriend = false; local
5669 IsInline = FD->isInlined();
5674 if (OldImportAttr && !HasNewAttr && !IsInline && !IsStaticDataMember &&
5694 } else if (IsInline && OldImportAttr && !IsMicrosoft) {
H A DSemaDeclCXX.cpp7293 IdentifierInfo *II, bool *IsInline,
7295 assert(*IsInline != PrevNS->isInline());
7303 if (*IsInline && II && II->getName().startswith("__atomic") &&
7308 NS->setInline(*IsInline);
7323 S.Diag(Loc, diag::err_inline_namespace_mismatch) << *IsInline;
7326 *IsInline = PrevNS->isInline();
7342 bool IsInline = InlineLoc.isValid(); local
7369 if (IsInline != PrevNS->isInline())
7371 &IsInline, PrevNS);
7385 AddToKnown = !IsInline;
7291 DiagnoseNamespaceInlineMismatch(Sema &S, SourceLocation KeywordLoc, SourceLocation Loc, IdentifierInfo *II, bool *IsInline, NamespaceDecl *PrevNS) argument
[all...]

Completed in 318 milliseconds