Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h217 enum NameKind { global() enum
H A DDeclarationName.h208 enum NameKind { enum
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp918 Sema::LookupNameKind NameKind = R.getLookupKind(); in LookupBuiltin() local
1275 Sema::LookupNameKind NameKind = R.getLookupKind(); in CppLookupName() local
212 getIDNS(Sema::LookupNameKind NameKind,bool CPlusPlus,bool Redeclaration) getIDNS() argument
2187 LookupNameKind NameKind = R.getLookupKind(); LookupName() local
3308 LookupSingleName(Scope * S,DeclarationName Name,SourceLocation Loc,LookupNameKind NameKind,RedeclarationKind Redecl) LookupSingleName() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h745 enum NameKind { NK_NotSet, NK_External, NK_Virtual }; global() enum
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2112 using NameKind = unsigned; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5372 auto NameKind = ND->getDeclName().getNameKind(); GetName() local