Home
last modified time | relevance | path

Searched defs:FullyQualified (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp269 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Decl * Decl,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
321 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Type * TypePtr,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
351 bool FullyQualified = true; // doesn't matter, DeclContexts are namespaces createNestedNameSpecifier() local
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp826 TEST(CompletionTest,FullyQualified) TEST() argument