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 520 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
670 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
673 DeclContext::lookup_const_result DR = DC->lookup(R.getLookupName());
686 if (R.getLookupName().getNameKind()
688 R.getLookupName().getCXXNameType()->isDependentType() ||
741 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
879 DeclarationName Name = R.getLookupName();
    [all...]
SemaExprMember.cpp 641 DeclarationName Name = R.getLookupName();
    [all...]
SemaCXXScopeSpec.cpp 543 DeclarationName Name = Found.getLookupName();
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 318 DeclarationName Name = Found.getLookupName();
366 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
389 << Found.getLookupName()
    [all...]
SemaDecl.cpp 315 << Result.getLookupName() << isClassName);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 204 DeclarationName getLookupName() const {

Completed in 114 milliseconds