Searched defs:isInline (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2233 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 D | DeclCXX.h | 2006 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 D | Decl.h | 607 bool isInline() const { in isInline() function 1503 bool isInline() const { in isInline() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 3609 inline bool isInline() const { return Qualifiers & AQ_inline; }; in isInline() function
|
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7763 AST_POLYMORPHIC_MATCHER(isInline, AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, in AST_POLYMORPHIC_MATCHER() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 43 bool isInline() const { return First == Inline; } in isInline() function
|
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 43 bool isInline() const { return First == Inline; } in isInline() function
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 9059 bool isInline = D.getDeclSpec().isInlineSpecified(); in CreateNewFunctionDecl() local 9648 bool isInline = D.getDeclSpec().isInlineSpecified(); in ActOnFunctionDeclarator() local
|