Home
last modified time | relevance | path

Searched refs:CurNameSpecifierIdentifiers (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h222 SmallVector<const IdentifierInfo*, 4> CurNameSpecifierIdentifiers; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4803 getNestedNameSpecifierIdentifiers(NNS, CurNameSpecifierIdentifiers); in NamespaceSpecifierSet()
4877 if (llvm::is_contained(CurNameSpecifierIdentifiers, Name)) { in addNameSpecifier()
4898 if (NNS && !CurNameSpecifierIdentifiers.empty()) { in addNameSpecifier()
4902 llvm::ComputeEditDistance(llvm::ArrayRef(CurNameSpecifierIdentifiers), in addNameSpecifier()