Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclarationName.h140 DeclarationName(CXXSpecialName *Name) in DeclarationName() function
148 DeclarationName(CXXOperatorIdName *Name) in DeclarationName() function
154 DeclarationName(CXXLiteralOperatorIdName *Name) in DeclarationName() function
161 DeclarationName(uintptr_t Ptr) : Ptr(Ptr) { } in DeclarationName() function
172 DeclarationName() : Ptr(0) { } in DeclarationName() function
175 DeclarationName(const IdentifierInfo *II) in DeclarationName() function
181 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) { } in DeclarationName() function
DExternalASTSource.h26 class DeclarationName; variable
DDeclBase.h32 class DeclarationName; variable
/external/llvm-project/clang/include/clang/AST/
DDeclarationName.h35 class DeclarationName; variable
272 DeclarationName(detail::DeclarationNameExtra *Name) { in DeclarationName() function
277 DeclarationName(detail::CXXSpecialNameExtra *Name, in DeclarationName() function
288 DeclarationName(detail::CXXOperatorIdName *Name) { in DeclarationName() function
348 DeclarationName() { setPtrAndKind(nullptr, StoredIdentifier); } in DeclarationName() function
351 DeclarationName(const IdentifierInfo *II) { in DeclarationName() function
356 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) {} in DeclarationName() function
DExternalASTSource.h45 class DeclarationName; variable
/external/llvm-project/clang/include/clang/Sema/
DIdentifierResolver.h27 class DeclarationName; variable
/external/clang/include/clang/Sema/
DIdentifierResolver.h26 class DeclarationName; variable
/external/llvm-project/clang-tools-extra/clang-move/
DMove.h34 void reportDeclaration(llvm::StringRef DeclarationName, llvm::StringRef Type, in reportDeclaration()
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h36 class DeclarationName; variable
687 friend class DeclarationName; // and the AST's DeclarationName. variable
/external/clang/include/clang/Basic/
DIdentifierTable.h36 class DeclarationName; // AST class that stores declaration names variable
671 friend class DeclarationName; // and the AST's DeclarationName. variable
/external/clang/docs/
DInternalsManual.rst951 .. _DeclarationName: target
/external/llvm-project/clang/docs/
DInternalsManual.rst1051 .. _DeclarationName: target
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h71 class DeclarationName; variable