Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp556 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local
576 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective()
594 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp11746 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument
11749 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective()
11763 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective()
11773 NamespcName->isStr("std")) { in ActOnUsingDirective()
11779 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6147 IdentifierInfo *NamespcName,