/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ExternalNameConversion.cpp | 32 mangleExternalName(const std::pair<fir::NameUniquer::NameKind,fir::NameUniquer::DeconstructedName> result,bool appendUnderscore) mangleExternalName() argument
|
/llvm-project/flang/unittests/Optimizer/ |
H A D | InternalNamesTest.cpp | 40 NameUniquer::NameKind &expectedNameKind, in validateDeconstructedName() argument 165 using NameKind = fir::NameUniquer::NameKind; TEST() typedef [all...] |
/llvm-project/flang/include/flang/Optimizer/Support/ |
H A D | InternalNames.h | 38 enum class NameKind { global() enum
|
/llvm-project/clang/include/clang/AST/ |
H A D | TemplateName.h | 218 enum NameKind { global() enum
|
H A D | DeclarationName.h | 208 enum NameKind { enum
|
/llvm-project/flang/lib/Optimizer/Support/ |
H A D | InternalNames.cpp | 324 isExternalFacingUniquedName(const std::pair<fir::NameUniquer::NameKind,fir::NameUniquer::DeconstructedName> & deconstructResult) isExternalFacingUniquedName() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 214 getIDNS(Sema::LookupNameKind NameKind,bool CPlusPlus,bool Redeclaration) getIDNS() argument 918 Sema::LookupNameKind NameKind = R.getLookupKind(); LookupBuiltin() local 1275 Sema::LookupNameKind NameKind = R.getLookupKind(); CppLookupName() local 2180 LookupNameKind NameKind = R.getLookupKind(); LookupName() local 3268 LookupSingleName(Scope * S,DeclarationName Name,SourceLocation Loc,LookupNameKind NameKind,RedeclarationKind Redecl) LookupSingleName() argument [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 769 enum NameKind { NK_NotSet, NK_External, NK_Virtual }; global() enum
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 175 const auto NameKind = Name.getNameKind(); isSpelled() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 879 auto NameKind = D.getDeclName().getNameKind(); isExcludedMember() local
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTBitCodes.h | 2069 using NameKind = unsigned; global() variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5555 auto NameKind = ND->getDeclName().getNameKind(); GetName() local
|