HomeSort by relevance Sort by last modified time
    Searched refs:getLookupName (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
DeclLookups.h 40 DeclarationName getLookupName() const { return It->first; }
  /external/clang/lib/Sema/
SemaLookup.cpp 525 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
675 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
678 DeclContext::lookup_result DR = DC->lookup(R.getLookupName());
691 if (R.getLookupName().getNameKind()
693 R.getLookupName().getCXXNameType()->isDependentType() ||
745 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
880 DeclarationName Name = R.getLookupName();
    [all...]
SemaExprMember.cpp 651 DeclarationName Typo = R.getLookupName();
    [all...]
SemaCXXScopeSpec.cpp 588 DeclarationName Name = Found.getLookupName();
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 319 DeclarationName Name = Found.getLookupName();
366 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
389 << Found.getLookupName()
    [all...]
SemaDecl.cpp 359 << Result.getLookupName() << isClassName);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 204 DeclarationName getLookupName() const {

Completed in 330 milliseconds