Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp94 struct UsingDeclaration { struct
95 const AnnotatedLine *Line;
96 std::string Label;
98 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration() argument
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h463 UsingDeclaration() : Declaration(NodeKind::UsingDeclaration) {} in UsingDeclaration() function