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

  /external/clang/include/clang/AST/
Redeclarable.h 148 decl_type *getFirstDecl() { return First; }
152 const decl_type *getFirstDecl() const { return First; }
159 return getFirstDecl()->getNextRedeclaration();
164 return getFirstDecl()->getNextRedeclaration();
255 decl_type *getFirstDecl() {
264 const decl_type *getFirstDecl() const {
272 bool isFirstDecl() const { return getFirstDecl() == this; }
DeclCXX.h     [all...]
DeclTemplate.h 719 return getFirstDecl();
722 return getFirstDecl();
    [all...]
Decl.h     [all...]
DeclObjC.h     [all...]
  /external/clang/lib/AST/
Decl.cpp 566 const T *First = D->getFirstDecl();
    [all...]
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp 412 FD = FD->getFirstDecl();
    [all...]
RecordLayoutBuilder.cpp     [all...]
Expr.cpp 289 TypeSourceInfo *TInfo = Var->getFirstDecl()->getTypeSourceInfo();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 349 D->getFirstDecl() == D->getMostRecentDecl() &&
415 D->getFirstDecl() == D->getMostRecentDecl() &&
444 D->getFirstDecl() == D->getMostRecentDecl() &&
    [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp 302 const FunctionDecl *First = Cur->getFirstDecl();
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 593 milliseconds