Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp20 struct Enumerator { in enumerateTokenSpans() struct
21 Enumerator(ProcessTokensFn Callback) in enumerateTokenSpans() function
25 void run(const syntax::Tree *Root) { in enumerateTokenSpans()
33 void process(const syntax::Node *N) { in enumerateTokenSpans()
56 const syntax::Token *SpanBegin; in enumerateTokenSpans()
57 const syntax::Token *SpanEnd; in enumerateTokenSpans()
58 bool SpanIsOriginal; in enumerateTokenSpans()
59 ProcessTokensFn Callback; in enumerateTokenSpans()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h17 #define VALUE_PROF_KIND(Enumerator, Value) Enumerator = Value, argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h31 Enumerator, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp60 std::unique_ptr<ArgEnumeratorType> Enumerator; member in __anonb5b6ed190111::FunctionArgEnumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp406 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h239 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1515 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer); in constructEnumTypeDIE() local
H A DCodeViewDebug.cpp2118 if (auto *Enumerator = dyn_cast_or_null<DIEnumerator>(Element)) { in lowerTypeEnum() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp331 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp923 else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) in getDeclUsageType() local
2686 } else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) { in AddResultTypeChunk() local
5600 if (auto *Enumerator = in CodeCompleteCase() local
H A DSemaChecking.cpp2661 const EnumConstantDecl *Enumerator = in isValidBPFPreserveEnumValueArg() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp796 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp11628 const auto *Enumerator = cast<EnumConstantDecl>(DR->getDecl()); in EmitBPFBuiltinExpr() local