Searched defs:Kind (Results 1 - 25 of 750) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.cpp16 SymbolOccurrence::SymbolOccurrence(const SymbolName &Name, OccurrenceKind Kind, argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp17 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h36 getRewrittenOverloadedOperator(OverloadedOperatorKind Kind) { argument
53 inline bool isCompoundAssignmentOperator(OverloadedOperatorKind Kind) { argument
H A DAttrKinds.h22 enum Kind { enum in namespace:clang::attr
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordHelpers.h20 inline bool symbolOpensScope(SymbolKind Kind) { argument
39 inline bool symbolEndsScope(SymbolKind Kind) { argument
H A DDebugUnknownSubsection.h20 DebugUnknownSubsectionRef(DebugSubsectionKind Kind, BinaryStreamRef Data) argument
H A DTypeIndexDiscovery.h21 TiRefKind Kind; member in struct:llvm::codeview::TiReference
H A DDebugSubsection.h23 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} argument
31 DebugSubsectionKind Kind; member in class:llvm::codeview::DebugSubsectionRef
36 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {} argument
47 DebugSubsectionKind Kind; member in class:llvm::codeview::DebugSubsection
[all...]
H A DDebugSubsectionRecord.h31 support::ulittle32_t Kind; // codeview::DebugSubsectionKind enum member in struct:llvm::codeview::DebugSubsectionHeader
47 DebugSubsectionKind Kind = DebugSubsectionKind::None; member in class:llvm::codeview::DebugSubsectionRecord
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kFixupKinds.h20 static inline unsigned getFixupKindLog2Size(unsigned Kind) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokenBufferTokenManager.cpp13 constexpr llvm::StringLiteral syntax::TokenBufferTokenManager::Kind; member in class:clang::syntax::syntax::TokenBufferTokenManager
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp20 SelectSectionForGlobal( const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h51 ExprKind Kind; member in class:llvm::MCExpr
61 explicit MCExpr(ExprKind Kind, SMLoc Loc, unsigned SubclassData = 0) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h31 enum class Kind { class in class:llvm::RCToken
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp24 SelectSectionForGlobal( const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const argument
/freebsd-current/contrib/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h93 EventKind Kind; member in struct:clang::DirectoryWatcher::Event
98 Event(EventKind Kind, llvm::StringRef Filename) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp38 SelectSectionForGlobal( const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h24 Kind, // Sort by kind. member in class:llvm::logicalview::LVSortMode
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h53 FeatureKind Kind; member in struct:llvm::LoongArch::FeatureInfo
63 ArchKind Kind; member in struct:llvm::LoongArch::ArchInfo
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp25 llvm::StringRef debugString(Value::Kind Kind) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp44 unsigned Kind = static_cast<unsigned>(Fixup.getKind()); local
H A DLanaiMCExpr.cpp17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h32 enum class Kind { DWARFASTParserClang }; class in class:lldb_private::plugin::dwarf::DWARFASTParser
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DSymbolSet.cpp14 Symbol *SymbolSet::addGlobalImpl(SymbolKind Kind, StringRef Name, argument
24 Symbol *SymbolSet::addGlobal(SymbolKind Kind, StringRef Name, SymbolFlags Flags, argument
31 const Symbol *SymbolSet::findSymbol(SymbolKind Kind, StringRef Name) const { argument

Completed in 217 milliseconds

1234567891011>>