Home
last modified time | relevance | path

Searched defs:Traits (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as()
250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as()
255 ValueT get(const Key &K, TraitsT &Traits) const { in get()
273 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal()
301 void grow(TraitsT &Traits) { in grow()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h131 const comments::CommandTraits *Traits; variable
190 const comments::CommandTraits *Traits) in JSONNodeDumper()
436 const comments::CommandTraits *Traits) in JSONDumper()
H A DCommentBriefParser.h32 const CommandTraits &Traits; variable
H A DCommentSema.h44 CommandTraits &Traits; variable
H A DCommentParser.h51 const CommandTraits &Traits; variable
H A DTextNodeDumper.h154 const comments::CommandTraits *Traits = nullptr; variable
H A DCommentLexer.h231 const CommandTraits &Traits; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp47 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser()
H A DCommentParser.cpp258 const CommandTraits &Traits): in Parser()
H A DCommentLexer.cpp738 const CommandTraits &Traits, SourceLocation FileLoc, in Lexer()
H A DCommentSema.cpp29 DiagnosticsEngine &Diags, CommandTraits &Traits, in Sema()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp98 const CommandTraits &Traits) : in FullCommentParts()
223 const CommandTraits &Traits) : in CommentASTToHTMLConverter()
257 const CommandTraits &Traits; member in __anon0ee446d00111::CommentASTToHTMLConverter
534 const CommandTraits &Traits, in CommentASTToXMLConverter()
572 const CommandTraits &Traits; member in __anon0ee446d00211::CommentASTToXMLConverter
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h55 using Traits = function_traits<std::decay_t<CallableT>>; in Case() local
H A DIntervalMap.h2112 using Traits = typename MapA::KeyTraits; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h55 using Traits = llvm::PointerLikeTypeTraits<PtrTy>; variable
H A DDeclSpec.h449 constexpr std::array<TST, 16> Traits = { in isTransformTypeTrait() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h69 using Traits = std::iterator_traits<BaseIter>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h34 using Traits = SSAUpdaterTraits<UpdaterT>; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h39 using Traits = GraphTraits<ImmutableGraph<NodeValueT, EdgeValueT> *>; variable
H A DX86LoadValueInjectionLoadHardening.cpp194 using Traits = llvm::GraphTraits<GraphType *>; typedef
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp779 void handleConstructTrait(ArrayRef<llvm::omp::TraitProperty> Traits, in handleConstructTrait()
4182 SmallVector<llvm::omp::TraitProperty, 8> Traits; in handleDeclareVariantConstructTrait() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5852 llvm::Value *Traits = Addr.getPointer(); in emitUsesAllocatorsInit() local