Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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
H A DExternalASTSource.h45 class DeclarationName; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DIdentifierResolver.h27 class DeclarationName; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h36 class DeclarationName; variable
688 friend class DeclarationName; // and the AST's DeclarationName. variable
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1474 .. _DeclarationName: target
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h73 class DeclarationName; variable