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

  /external/clang/lib/Sema/
SemaAccess.cpp 176 return (isMemberAccess() && getTargetDecl()->isCXXInstanceMember());
233 getTargetDecl()->isCXXInstanceMember());
238 DeclaringClass = FindDeclaringClass(getTargetDecl());
    [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp 917 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
    [all...]
SemaCodeComplete.cpp 827 MaybeAddResult(Result(Using->getTargetDecl(),
828 getBasePriority(Using->getTargetDecl()),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 69 NamedDecl *getTargetDecl() const { return Target; }
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclBase.cpp 158 return UD->getTargetDecl()->isFunctionOrFunctionTemplate();
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 228 milliseconds