Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h36 class DeclarationName; variable
281 DeclarationName(detail::DeclarationNameExtra *Name) { in DeclarationName() function
286 DeclarationName(detail::CXXSpecialNameExtra *Name, in DeclarationName() function
297 DeclarationName(detail::CXXOperatorIdName *Name) { in DeclarationName() function
357 DeclarationName() { setPtrAndKind(nullptr, StoredIdentifier); } in DeclarationName() function
360 DeclarationName(const IdentifierInfo *II) { in DeclarationName() function
365 DeclarationName(Selector Sel) in DeclarationName() function
H A DExternalASTSource.h43 class DeclarationName; global() variable
/llvm-project/clang-tools-extra/clangd/
H A DHeuristicResolver.h
/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h27 class DeclarationName; variable
/llvm-project/clang-tools-extra/clang-move/
H A DMove.h34 void reportDeclaration(llvm::StringRef DeclarationName, llvm::StringRef Type, in reportDeclaration()
/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h41 class DeclarationName; variable
969 friend class DeclarationName; // and the AST's DeclarationName. global() variable
[all...]
/llvm-project/clang/docs/
H A DInternalsManual.rst1527 .. _DeclarationName: global() target
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h75 class DeclarationName; global() variable