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

/external/clang/lib/AST/
H A DDeclCXX.cpp2094 SourceLocation TargetNameLoc,
2097 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLoc,
2090 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
/external/clang/include/clang/AST/
H A DDeclCXX.h2647 /// This is accessed by TargetNameLoc.
3055 SourceLocation TargetNameLoc,
3057 : TypeDecl(UnresolvedUsingTypename, DC, TargetNameLoc, TargetName,
3082 SourceLocation TargetNameLoc, DeclarationName TargetName);
3052 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument

Completed in 407 milliseconds