Searched defs:DeclarationName (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclarationName.h1 //===-- DeclarationName.h - Representation of declaration names -*- C++ -*-===//
10 // This file declares the DeclarationName and DeclarationNameTable classes.
41 /// DeclarationName - The name of a declaration. In the common case,
47 class DeclarationName { class in namespace:clang
138 DeclarationName(CXXSpecialName *Name) function in class:clang::DeclarationName
146 DeclarationName(CXXOperatorIdName *Name) function in class:clang::DeclarationName
152 DeclarationName(CXXLiteralOperatorIdName *Name) function in class:clang::DeclarationName
159 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { } function in class:clang::DeclarationName
169 /// DeclarationName - Used to create an empty selector.
170 DeclarationName() function in class:clang::DeclarationName
173 DeclarationName(const IdentifierInfo *II) function in class:clang::DeclarationName
179 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) { } function in class:clang::DeclarationName
[all...]

Completed in 64 milliseconds