HomeSort by: relevance | last modified time | path
    Searched refs:getLookupName (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclLookups.h 43 DeclarationName getLookupName() const { return It->first; }
  /src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp 80 CrossTranslationUnitContext::getLookupName(DD);
  /src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h 181 static llvm::Optional<std::string> getLookupName(const NamedDecl *ND);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDumper.cpp 42 DeclarationName Name = I.getLookupName();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 674 llvm::errs() << "lookup results for " << getLookupName().getAsString()
908 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
1092 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), R.getNameLoc(),
1096 DeclContext::lookup_result DR = DC->lookup(R.getLookupName());
1107 if (R.getLookupName().getNameKind()
1109 R.getLookupName().getCXXNameType()->isDependentType() ||
1125 R.getLookupName().getCXXNameType()->getContainedDeducedType();
1126 if (R.getLookupName().getNameKind() ==
1171 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
1248 DeclarationName Name = R.getLookupName();
    [all...]
SemaExprCXX.cpp 2467 if (R.getLookupName().getCXXOverloadedOperator() == OO_Array_New &&
2486 << R.getLookupName() << Range;
2522 << R.getLookupName() << Range;
2535 << R.getLookupName() << Range),
2545 << R.getLookupName() << Range),
3722 << R.getLookupName() << FnDecl->getSourceRange();
3734 << R.getLookupName() << Range),
3742 << R.getLookupName() << Range),
3749 << R.getLookupName() << Range),
SemaCoroutine.cpp 1452 << LRVoid.getLookupName();
1455 << LRValue.getLookupName();
SemaExprMember.cpp 689 DeclarationName Typo = R.getLookupName();
1257 DeclarationName MemberName = R.getLookupName();
SemaCXXScopeSpec.cpp 620 DeclarationName Name = Found.getLookupName();
SemaTemplate.cpp 496 *ATK = (Found.empty() && Found.getLookupName().isIdentifier())
507 DeclarationName Name = Found.getLookupName();
552 << Found.getLookupName() << SS.getRange()
557 << Found.getLookupName();
572 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
600 << Found.getLookupName()
3900 Diag(R.getNameLoc(), diag::err_no_template) << R.getLookupName();
SemaOverload.cpp 12752 if (canBeDeclaredInNamespace(R.getLookupName())) {
12773 << R.getLookupName();
12777 << R.getLookupName() << 0;
12781 << R.getLookupName() << 1 << *SuggestedNamespaces.begin();
12788 << R.getLookupName() << 2;
14864 << R.getLookupName()),
14871 << R.getLookupName()),
SemaDecl.cpp 408 << Result.getLookupName() << isClassName);
7704 DeclarationName Name = R.getLookupName();
9791 if (IdentifierInfo *II = Previous.getLookupName().getAsIdentifierInfo()) {
SemaExpr.cpp 2173 << R.getLookupName()
2179 Diag(R.getNameLoc(), DiagID) << R.getLookupName();
2208 DeclarationName Name = R.getLookupName();
SemaDeclCXX.cpp 12329 << Prev.getLookupName();
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 217 CrossTranslationUnitContext::getLookupName(const NamedDecl *ND) {
242 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl);
258 const llvm::Optional<std::string> LookupName = getLookupName(D);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 243 DeclarationName getLookupName() const {

Completed in 74 milliseconds