HomeSort by: relevance | last modified time | path
    Searched refs:UsingDeclaration (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UsingDeclarationsSorter.cpp 67 struct UsingDeclaration {
71 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label)
74 bool operator<(const UsingDeclaration &Other) const {
115 SmallVectorImpl<UsingDeclaration> *UsingDeclarations,
118 for (const UsingDeclaration &Declaration : *UsingDeclarations) {
128 SmallVector<UsingDeclaration, 4> SortedUsingDeclarations(
134 [](const UsingDeclaration &a, const UsingDeclaration &b) {
190 SmallVector<UsingDeclaration, 4> UsingDeclarations;
207 UsingDeclarations.push_back(UsingDeclaration(AnnotatedLines[I], Label))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h 466 class UsingDeclaration final : public Declaration {
468 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {}
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Synthesis.cpp 158 case syntax::NodeKind::UsingDeclaration:
159 return new (A.getAllocator()) syntax::UsingDeclaration;
BuildTree.cpp 1556 new (allocator()) syntax::UsingDeclaration, S);
1562 new (allocator()) syntax::UsingDeclaration, S);
1568 new (allocator()) syntax::UsingDeclaration, S);

Completed in 22 milliseconds