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

  /external/clang/include/clang/Sema/
Lookup.h 456 return (*begin())->getUnderlyingDecl();
644 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl()))
  /external/clang/lib/Sema/
SemaLookup.cpp 322 isa<FunctionTemplateDecl>((*begin())->getUnderlyingDecl())));
366 NamedDecl *D = (*Decls.begin())->getUnderlyingDecl();
388 NamedDecl *D = Decls[I]->getUnderlyingDecl();
    [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 51 NamedDecl *D = Orig->getUnderlyingDecl();
194 TemplateDecl *TD = cast<TemplateDecl>((*R.begin())->getUnderlyingDecl());
    [all...]
SemaCodeComplete.cpp 497 ND = ND->getUnderlyingDecl();
655 ND = cast<NamedDecl>(ND->getUnderlyingDecl());
    [all...]
Sema.cpp     [all...]
SemaTemplateDeduction.cpp 165 X = NX->getUnderlyingDecl();
167 Y = NY->getUnderlyingDecl();
    [all...]
SemaAccess.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaDecl.cpp 772 = FirstDecl? FirstDecl->getUnderlyingDecl() : nullptr;
    [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 262 IndexCtx.handleReference(I->getUnderlyingDecl(), D->getLocation(), D,
  /external/clang/include/clang/AST/
Decl.h 272 NamedDecl *getUnderlyingDecl() {
280 const NamedDecl *getUnderlyingDecl() const {
281 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 274 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl());
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 414 milliseconds