Searched defs:IsTypeName (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp446 bool IsTypeName; local
460 IsTypeName = true;
463 IsTypeName = false;
532 } else if (IsTypeName)
575 if (IsTypeName && Name.getKind() != UnqualifiedId::IK_Identifier) {
578 // Proceed parsing, but reset the IsTypeName flag.
579 IsTypeName = false;
594 IsTypeName, TypenameLoc);
1801 /* IsTypeName */ false,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5834 bool IsTypeName,
5895 IsTypeName, TypenameLoc);
6141 bool IsTypeName,
6176 if (CheckUsingDeclRedeclaration(UsingLoc, IsTypeName, SS, IdentLoc, Previous))
6187 if (IsTypeName) {
6199 NameInfo, IsTypeName);
6251 if (IsTypeName) {
5827 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool IsTypeName, SourceLocation TypenameLoc) argument
6135 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, AttributeList *AttrList, bool IsInstantiation, bool IsTypeName, SourceLocation TypenameLoc) argument

Completed in 78 milliseconds