Home
last modified time | relevance | path

Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp531 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local
551 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective()
569 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9360 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument
9363 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective()
9377 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective()
9387 NamespcName->isStr("std")) { in ActOnUsingDirective()
9393 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4634 IdentifierInfo *NamespcName,