Home
last modified time | relevance | path

Searched defs:Enumerator (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp24 struct Enumerator { in enumerateTokenSpans() struct
25 Enumerator(const syntax::TokenBufferTokenManager &STM, in enumerateTokenSpans() function
30 void run(const syntax::Tree *Root) { in enumerateTokenSpans()
38 void process(const syntax::Node *N) { in enumerateTokenSpans()
62 const syntax::TokenBufferTokenManager &STM; in enumerateTokenSpans()
63 const syntax::Token *SpanBegin; in enumerateTokenSpans()
64 const syntax::Token *SpanEnd; in enumerateTokenSpans()
65 bool SpanIsOriginal; in enumerateTokenSpans()
66 ProcessTokensFn Callback; in enumerateTokenSpans()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h25 struct Enumerator { struct
31 Enumerator(uint64_t value, std::string name) in Enumerator() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAEnumSectionContribs.h33 CComPtr<IDiaEnumSectionContribs> Enumerator; variable
H A DDIAEnumSourceFiles.h32 CComPtr<IDiaEnumSourceFiles> Enumerator; variable
H A DDIAEnumSymbols.h32 CComPtr<IDiaEnumSymbols> Enumerator; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp59 auto Enumerator = std::unique_ptr<IPDBEnumSymbols>( in getCompilands() local
H A DDIASession.cpp379 CComPtr<T> Enumerator; in getTableEnumerator() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h31 Enumerator, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp60 std::unique_ptr<ArgEnumeratorType> Enumerator; member in __anonb5d4328e0111::FunctionArgEnumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp96 const EnumConstantDecl *Enumerator = in isValidPreserveEnumValueArg() local
H A DSemaCodeComplete.cpp953 else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) in getDeclUsageType() local
2797 } else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) { in AddResultTypeChunk() local
6046 if (auto *Enumerator = in CodeCompleteCase() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h268 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1032 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1603 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer); in constructEnumTypeDIE() local
H A DCodeViewDebug.cpp2259 if (auto *Enumerator = dyn_cast_or_null<DIEnumerator>(Element)) { lowerTypeEnum() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp389 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp792 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13575 const auto *Enumerator = cast<EnumConstantDecl>(DR->getDecl()); in EmitBPFBuiltinExpr() local