Searched defs:Inline (Results 1 – 4 of 4) sorted by relevance
1995 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()2008 bool Inline, SourceLocation StartLoc, in Create()
227 Inline = 0x17, enumerator
3565 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr() local3589 if (AlwaysInlineAttr *Inline = S.mergeAlwaysInlineAttr( in handleAlwaysInlineAttr() local
461 void setInline(bool Inline) { in setInline()