Home
last modified time | relevance | path

Searched refs:ParsedAttrInfoRegistry (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp29 LLVM_INSTANTIATE_REGISTRY(ParsedAttrInfoRegistry) in LLVM_INSTANTIATE_REGISTRY() argument
128 for (auto It : ParsedAttrInfoRegistry::entries()) in get()
H A DSemaCodeComplete.cpp4638 for (const auto &Entry : ParsedAttrInfoRegistry::entries()) in CodeCompleteAttribute()
/openbsd/gnu/llvm/clang/examples/Attribute/
H A DAttribute.cpp98 static ParsedAttrInfoRegistry::Add<ExampleAttrInfo> X("example", "");
/openbsd/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp191 static ParsedAttrInfoRegistry::Add<CallSuperAttrInfo>
/openbsd/gnu/llvm/clang/docs/
H A DClangPlugins.rst86 …static ParsedAttrInfoRegistry::Add<ExampleAttrInfo> Z("example_attr","example attribute descriptio…
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h155 typedef llvm::Registry<ParsedAttrInfo> ParsedAttrInfoRegistry; typedef