Home
last modified time | relevance | path

Searched defs:asArray (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h139 ArrayRef<NamedDecl *> asArray() { return llvm::ArrayRef(begin(), end()); } in asArray() function
138 ArrayRef<NamedDecl *> asArray() { return llvm::ArrayRef(begin(), end()); } asArray() function
295 ArrayRef<TemplateArgument> asArray() const { asArray() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h45 ArrayRef<uint8_t> asArray() const { in asArray() function