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

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 215 NestedNameSpecifier;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h 1 //===- NestedNameSpecifier.h - C++ nested name specifiers -------*- C++ -*-===//
9 // This file defines the NestedNameSpecifier class, which represents
50 class NestedNameSpecifier : public llvm::FoldingSetNode {
65 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix;
106 NestedNameSpecifier() : Prefix(nullptr, StoredIdentifier) {}
110 NestedNameSpecifier(const NestedNameSpecifier &Other) = default;
114 static NestedNameSpecifier *FindOrInsert(const ASTContext &Context,
115 const NestedNameSpecifier &Mockup);
118 NestedNameSpecifier &operator=(const NestedNameSpecifier &) = delete
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 114 NestedNameSpecifierLoc NestedNameSpecifier =
116 if (NestedNameSpecifier.getNestedNameSpecifier())
117 return NestedNameSpecifier.getBeginLoc();
140 NestedNameSpecifier *GetNestedNameForType(TypeLoc TL) {
173 const NestedNameSpecifier *Specifier;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h 121 class NestedNameSpecifier final : public List {
123 NestedNameSpecifier() : List(NodeKind::NestedNameSpecifier) {}

Completed in 15 milliseconds