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.
42 /// DeclarationName - The name of a declaration. In the common case,
48 class DeclarationName { class in namespace:clang
140 DeclarationName(CXXSpecialName *Name) function in class:clang::DeclarationName
148 DeclarationName(CXXOperatorIdName *Name) function in class:clang::DeclarationName
154 DeclarationName(CXXLiteralOperatorIdName *Name) function in class:clang::DeclarationName
161 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { } function in class:clang::DeclarationName
171 /// DeclarationName - Used to create an empty selector.
172 DeclarationName() function in class:clang::DeclarationName
175 DeclarationName(const IdentifierInfo *II) function in class:clang::DeclarationName
181 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) { } function in class:clang::DeclarationName
[all...]

Completed in 618 milliseconds