HomeSort by relevance Sort by last modified time
    Searched full:nameddecl (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 32 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS,
48 NamedDecl *FnD;
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 469 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
MemRegion.cpp 361 const NamedDecl *FD,
770 getFunctionTextRegion(cast<NamedDecl>(STCD)));
862 MemRegionManager::getFunctionTextRegion(const NamedDecl *FD) {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 173 void dumpName(const NamedDecl *D);
450 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) {
471 void ASTDumper::dumpName(const NamedDecl *ND) {
791 for (ArrayRef<NamedDecl *>::iterator
    [all...]
ASTContext.cpp 369 SmallVectorImpl<const NamedDecl *> &Redeclared) {
425 SmallVector<const NamedDecl*, 8> Overridden;
433 getOverriddenMethods(dyn_cast<NamedDecl>(D), Overridden);
516 SmallVector<NamedDecl *, 4> CanonParams;
    [all...]
DeclPrinter.cpp 243 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) {
    [all...]
Expr.cpp 225 static void computeDeclRefDependence(ASTContext &Ctx, NamedDecl *D, QualType T,
354 NamedDecl *FoundD,
394 NamedDecl *FoundD,
410 NamedDecl *FoundD,
420 Size += sizeof(NamedDecl *);
441 Size += sizeof(NamedDecl *);
522 while (Ctx && isa<NamedDecl>(Ctx)) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
CXComment.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 100 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
115 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
198 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId,
442 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId,
617 NamedDecl *IF = LookupSingleName(TUScope,
736 NamedDecl *IF = LookupSingleName(TUScope,
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaChecking.cpp 490 void Sema::checkCall(NamedDecl *FDecl,
601 bool Sema::CheckBlockCall(NamedDecl *NDecl, CallExpr *TheCall,
    [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp 41 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
901 NamedDecl *&Match, bool NewIsUsingDecl) {
904 NamedDecl *OldD = *I;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 362 E->getInternalFoundDecl() = ReadDeclAs<NamedDecl>(Record, Idx);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 75 class NamedDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 171 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
CodeGenModule.h 65 class NamedDecl;
509 void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D) const;
    [all...]
CodeGenModule.cpp 273 const NamedDecl *D) const {
352 if (RD->getExplicitVisibility(NamedDecl::VisibilityForType))
393 const NamedDecl *ND = cast<NamedDecl>(GD.getDecl());
648 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 51 bool VisitNamedDecl(NamedDecl *Decl) {
  /frameworks/compile/slang/
slang_rs_export_type.h 164 clang::NamedDecl *ND, clang::SourceLocation Loc,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 301 const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(getDecl());
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 251 const NamedDecl *ND = cast<NamedDecl>(D);
  /external/v8/tools/gcmole/
gcmole.cc 52 const clang::NamedDecl* decl,
67 static bool InV8Namespace(const clang::NamedDecl* decl) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 315 llvm::DenseMap<UsingDecl *, NamedDecl *> InstantiatedFromUsingDecl;
621 NamedDecl *getInstantiatedFromUsingDecl(UsingDecl *Inst);
625 void setInstantiatedFromUsingDecl(UsingDecl *Inst, NamedDecl *Pattern);
683 const NamedDecl *Method,
684 SmallVectorImpl<const NamedDecl *> &Overridden) const;
    [all...]

Completed in 1119 milliseconds

1 2 3 45 6 7