/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | ComputeReplacements.cpp | 24 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIAEnumSymbols.h | 32 CComPtr<IDiaEnumSymbols> Enumerator; variable
|
H A D | DIAEnumSectionContribs.h | 33 CComPtr<IDiaEnumSectionContribs> Enumerator; variable
|
H A D | DIAEnumSourceFiles.h | 32 CComPtr<IDiaEnumSourceFiles> Enumerator; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASourceFile.cpp | 59 auto Enumerator = std::unique_ptr<IPDBEnumSymbols>( in getCompilands() local
|
H A D | DIASession.cpp | 379 CComPtr<T> Enumerator; in getTableEnumerator() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 32 Enumerator, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolTypeFunctionSig.cpp | 60 std::unique_ptr<ArgEnumeratorType> Enumerator; member in __anona9b42de00111::FunctionArgEnumerator
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 688 VALUE_PROF_KIND(Enumerator,Value,Descr) global() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 259 VALUE_PROF_KIND(Enumerator,Value,Descr) global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1570 DIE &Enumerator = createAndAddDIE(dwarf::DW_TAG_enumerator, Buffer); constructEnumTypeDIE() local
|
H A D | CodeViewDebug.cpp | 2277 if (auto *Enumerator = dyn_cast_or_null<DIEnumerator>(Element)) { in lowerTypeEnum() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 367 VALUE_PROF_KIND(Enumerator,Value,Descr) global() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 792 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 946 else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) getDeclUsageType() local 2790 } else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND)) { AddResultTypeChunk() local 6013 if (auto *Enumerator = CodeCompleteCase() local
|
H A D | SemaChecking.cpp | 3762 const EnumConstantDecl *Enumerator = isValidBPFPreserveEnumValueArg() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 13291 const auto *Enumerator = cast<EnumConstantDecl>(DR->getDecl()); EmitBPFBuiltinExpr() local
|