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

  /external/clang/lib/Sema/
SemaLookup.cpp 497 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
654 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
658 for (llvm::tie(I, E) = DC->lookup(R.getLookupName()); I != E; ++I) {
669 if (R.getLookupName().getNameKind()
671 R.getLookupName().getCXXNameType()->isDependentType() ||
725 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
843 DeclarationName Name = R.getLookupName();
    [all...]
SemaExprMember.cpp 612 DeclarationName Name = R.getLookupName();
    [all...]
SemaCXXScopeSpec.cpp 512 DeclarationName Name = Found.getLookupName();
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 315 DeclarationName Name = Found.getLookupName();
363 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
386 << Found.getLookupName()
    [all...]
SemaDecl.cpp 206 << Result.getLookupName() << CorrectedQuotedStr
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 198 DeclarationName getLookupName() const {

Completed in 134 milliseconds