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 506 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
664 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
667 DeclContext::lookup_const_result DR = DC->lookup(R.getLookupName());
680 if (R.getLookupName().getNameKind()
682 R.getLookupName().getCXXNameType()->isDependentType() ||
735 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
853 DeclarationName Name = R.getLookupName();
    [all...]
SemaExprMember.cpp 621 DeclarationName Name = R.getLookupName();
    [all...]
SemaCXXScopeSpec.cpp 490 DeclarationName Name = Found.getLookupName();
    [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 318 DeclarationName Name = Found.getLookupName();
373 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
396 << Found.getLookupName()
    [all...]
SemaDecl.cpp 244 << Result.getLookupName() << CorrectedQuotedStr << isClassName
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 201 DeclarationName getLookupName() const {

Completed in 240 milliseconds