Searched defs:Inline (Results 1 – 6 of 6) sorted by relevance
67 Inline, enumerator142 Inline, enumerator
2059 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()2072 bool Inline, SourceLocation StartLoc, in Create()
187 Inline = enumerator
398 Inline = 3, enumerator
3655 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr() local3679 if (AlwaysInlineAttr *Inline = S.mergeAlwaysInlineAttr( in handleAlwaysInlineAttr() local
531 void setInline(bool Inline) { in setInline()