Home
last modified time | relevance | path

Searched defs:Inline (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/test/ASTMerge/namespace/Inputs/
H A Dnamespace2.cpp26 inline namespace Inline { namespace
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 decodeRanges(Inline.Ranges, Data, BaseAddr, Offset); in lookup() local
182 InlineInfo Inline; decode() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h92 std::optional<InlineInfo> Inline; global() member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dtype-traits.cpp108 using Inline = std::__std_lib_version1::add_const<bool>::type; typedef
/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp128 static void inlineVolatileOrAtomicWithExtraArgs(bool *Inline, bool Volatile, in inlineVolatileOrAtomicWithExtraArgs()
191 bool Inline = false; in visitIntrinsicCall() local
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h29 Inline, enumerator
H A DBreakpadRecords.cpp28 Inline, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstatic-accessed-through-instance.cpp289 inline namespace Inline { namespace
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h315 Inline = 0x10, global() enumerator
[all...]
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2963 NamespaceDecl(ASTContext & C,DeclContext * DC,bool Inline,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,NamespaceDecl * PrevDecl,bool Nested) NamespaceDecl() argument
2982 Create(ASTContext & C,DeclContext * DC,bool Inline,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,NamespaceDecl * PrevDecl,bool Nested) Create() argument
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h207 Inline = enumerator
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp337 const InlineInfo &Inline) { in TestInlineInfoEncodeDecode() argument
368 TestInlineInfoEncodeError(llvm::endianness ByteOrder,const InlineInfo & Inline,std::string ExpectedErrorMsg) TestInlineInfoEncodeError() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4524 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { mergeOptimizeNoneAttr() local
4542 if (AlwaysInlineAttr *Inline = handleAlwaysInlineAttr() local
/llvm-project/clang/include/clang/AST/
H A DDecl.h615 setInline(bool Inline) setInline() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h46 T Inline[N] = {}; variable
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h47 T Inline[N] = {}; global() variable