Home
last modified time | relevance | path

Searched defs:isInline (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2233 bool isInline, ConstexprSpecKind ConstexprKind, in Create()
2617 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in CXXConstructorDecl()
2657 ExplicitSpecifier ES, bool UsesFPIntrin, bool isInline, in Create()
2791 bool UsesFPIntrin, bool isInline, bool isImplicitlyDeclared, in Create()
2824 bool UsesFPIntrin, bool isInline, ExplicitSpecifier ES, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2006 isInline, ConstexprKind, TrailingRequiresClause) { in FunctionDecl() argument
2730 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
2786 SC_None, UsesFPIntrin, isInline, ConstexprKind, in CXXMethodDecl() argument
H A DDecl.h607 bool isInline() const { in isInline() function
1503 bool isInline() const { in isInline() function
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3609 inline bool isInline() const { return Qualifiers & AQ_inline; }; in isInline() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7763 AST_POLYMORPHIC_MATCHER(isInline, AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, in AST_POLYMORPHIC_MATCHER() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h43 bool isInline() const { return First == Inline; } in isInline() function
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h43 bool isInline() const { return First == Inline; } in isInline() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp9059 bool isInline = D.getDeclSpec().isInlineSpecified(); in CreateNewFunctionDecl() local
9648 bool isInline = D.getDeclSpec().isInlineSpecified(); in ActOnFunctionDeclarator() local