HomeSort by relevance Sort by last modified time
    Searched refs:getDecl (Results 201 - 218 of 218) sorted by null

1 2 3 4 5 6 7 89

  /external/clang/include/clang/Serialization/
ASTReader.h 497 Decl *getDecl() const {
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 282 return getDecl()->getIdentifier()->getNameStart();
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 775 LabelDecl *getDecl() const { return TheDecl; }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 274 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl());
696 HasStrong = recordType->getDecl()->hasObjectMember();
    [all...]
CGException.cpp 470 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
    [all...]
CGObjCMac.cpp     [all...]
CGBlocks.cpp 249 const CXXRecordDecl *record = cast<CXXRecordDecl>(recordType->getDecl());
    [all...]
CodeGenFunction.h     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 836 const NamedDecl *FD = cast<FunctionTextRegion>(MR)->getDecl();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 455 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
    [all...]

Completed in 130 milliseconds

1 2 3 4 5 6 7 89