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

  /external/clang/include/clang/AST/
Redeclarable.h 140 decl_type *getFirstDecl() {
149 const decl_type *getFirstDecl() const {
161 return getFirstDecl()->getNextRedeclaration();
166 return getFirstDecl()->getNextRedeclaration();
257 decl_type *getFirstDecl() {
266 const decl_type *getFirstDecl() const {
274 bool isFirstDecl() const { return getFirstDecl() == this; }
DeclTemplate.h 636 return getFirstDecl();
639 return getFirstDecl();
    [all...]
DeclCXX.h     [all...]
Decl.h     [all...]
DeclObjC.h     [all...]
  /external/clang/lib/AST/
Decl.cpp 555 const T *First = D->getFirstDecl();
    [all...]
MicrosoftMangle.cpp 376 FD = FD->getFirstDecl();
    [all...]
RecordLayoutBuilder.cpp     [all...]
Expr.cpp 289 TypeSourceInfo *TInfo = Var->getFirstDecl()->getTypeSourceInfo();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 228 D->getFirstDecl() == D->getMostRecentDecl() &&
287 D->getFirstDecl() == D->getMostRecentDecl() &&
313 D->getFirstDecl() == D->getMostRecentDecl() &&
758 D->getFirstDecl() == D->getMostRecentDecl() &&
    [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp 240 const FunctionDecl *First = Cur->getFirstDecl();
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 528 milliseconds