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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp447 IdentifierInfo *NamespcName = nullptr; local
460 NamespcName = Tok.getIdentifierInfo();
478 IdentLoc, NamespcName, attrs.getList());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp7550 IdentifierInfo *NamespcName,
7553 assert(NamespcName && "Invalid NamespcName.");
7567 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
7577 NamespcName->isStr("std")) {
7583 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
7545 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4131 IdentifierInfo *NamespcName,

Completed in 148 milliseconds