HomeSort by relevance Sort by last modified time
    Searched refs:DeclContext (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/clang/lib/AST/
DeclFriend.cpp 27 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC,
Decl.cpp 564 for (const DeclContext *DC = D->getDeclContext();
    [all...]
DeclCXX.cpp 76 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC,
84 DeclContext *DC, SourceLocation StartLoc,
98 CXXRecordDecl *CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC,
    [all...]
DeclObjC.cpp 96 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC,
106 DeclContext::lookup_const_result R = DC->lookup(propertyID);
107 for (DeclContext::lookup_const_iterator I = R.begin(), E = R.end(); I != E;
137 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
207 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
475 DeclContext *contextDecl,
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 94 void CallGraph::addNodesForBlocks(DeclContext *D) {
98 for (DeclContext::decl_iterator I = D->decls_begin(), E = D->decls_end();
100 if (DeclContext *DC = dyn_cast<DeclContext>(*I))
UninitializedValues.cpp 35 static bool isTrackedVar(const VarDecl *vd, const DeclContext *dc) {
56 void computeMap(const DeclContext &dc);
66 void DeclToIndex::computeMap(const DeclContext &dc) {
68 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
116 void computeSetOfDeclarations(const DeclContext &dc);
144 void CFGBlockValues::computeSetOfDeclarations(const DeclContext &dc) {
293 static FindVarResult findVar(const Expr *E, const DeclContext *DC) {
315 const DeclContext *DC;
325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {}
462 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 60 const DeclContext *DC = FD->getDeclContext();
  /external/clang/tools/libclang/
IndexDecl.cpp 166 for (DeclContext::decl_iterator
323 if (!Handled && isa<DeclContext>(D))
324 indexDeclContext(cast<DeclContext>(D));
327 void IndexingContext::indexDeclContext(const DeclContext *DC) {
328 for (DeclContext::decl_iterator
CursorVisitor.h 101 DeclContext::decl_iterator *DI_current;
102 DeclContext::decl_iterator DE_current;
203 bool VisitDeclContext(DeclContext *DC);
  /external/clang/include/clang/AST/
DeclFriend.h 75 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend,
100 static FriendDecl *Create(ASTContext &C, DeclContext *DC,
Mangle.h 130 void mangleBlock(const DeclContext *DC, const BlockDecl *BD,
  /external/clang/include/clang/Serialization/
Module.h 29 class DeclContext;
47 /// \brief Information about the contents of a DeclContext.
367 typedef llvm::DenseMap<const DeclContext *, DeclContextInfo>
371 /// for each DeclContext.
ASTWriter.h 313 llvm::SmallPtrSet<const DeclContext *, 16> UpdatedDeclContexts;
434 uint64_t WriteDeclContextLexicalBlock(ASTContext &Context, DeclContext *DC);
435 uint64_t WriteDeclContextVisibleBlock(ASTContext &Context, DeclContext *DC);
448 void WriteDeclContextVisibleUpdate(const DeclContext *DC);
631 void AddUpdatedDeclContext(const DeclContext *DC) {
715 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D);
  /frameworks/compile/slang/
slang_rs_context.cpp 154 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II);
157 for (clang::DeclContext::lookup_const_iterator I = R.begin(), E = R.end();
231 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
slang_rs_object_ref_count.h 72 clang::DeclContext *DC);
  /external/clang/lib/Sema/
IdentifierResolver.cpp 110 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S,
117 ((DeclContext *)S->getEntity())->isTransparentContext())
147 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
MultiplexExternalSemaSource.cpp 85 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) {
92 void MultiplexExternalSemaSource::completeVisibleDeclsMap(const DeclContext *DC){
98 FindExternalLexicalDecls(const DeclContext *DC,
CodeCompleteConsumer.cpp 270 StringRef CodeCompletionTUInfo::getParentName(const DeclContext *DC) {
280 // If we already processed this DeclContext and assigned empty to it, the
286 SmallVector<const DeclContext *, 2> Contexts;
307 const DeclContext *CurDC = Contexts[I-1];
315 // between empty because we didn't process the DeclContext yet.
380 void CodeCompletionBuilder::addParentContext(const DeclContext *DC) {
Sema.cpp 483 for (DeclContext::decl_iterator I = RD->decls_begin(),
796 DeclContext *Sema::getFunctionLevelDeclContext() {
797 DeclContext *DC = CurContext;
817 DeclContext *DC = getFunctionLevelDeclContext();
822 DeclContext *DC = getFunctionLevelDeclContext();
827 DeclContext *DC = getFunctionLevelDeclContext();
    [all...]
SemaCXXScopeSpec.cpp 30 DeclContext *CurContext) {
48 /// \brief Compute the DeclContext that is associated with the given type.
50 /// \param T the type for which we are attempting to find a DeclContext.
55 DeclContext *Sema::computeDeclContext(QualType T) {
63 /// \brief Compute the DeclContext that is associated with the given
76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS,
85 // instantiation, return its DeclContext.
135 llvm_unreachable("Dependent nested-name-specifier has no DeclContext");
198 /// into the DeclContext. A type that is not yet completed can be
204 DeclContext *DC)
    [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 86 for (DeclContext::decl_iterator M = D->decls_begin(),
  /external/clang/lib/Frontend/
ASTMerge.cpp 59 for (DeclContext::decl_iterator D = TU->decls_begin(),
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 203 DeclContext *DC = Ctx.getTranslationUnitDecl();
207 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
  /external/clang/lib/Serialization/
ASTCommon.cpp 91 const DeclContext *
92 serialization::getDefinitiveDeclContext(const DeclContext *DC) {
114 // Each function, method, and block declaration is its own DeclContext.
142 llvm_unreachable("Unhandled DeclContext in AST reader");
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 102 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
104 for (DeclContext::decl_iterator I=C->decls_begin(), E=C->decls_end();
158 // FIXME: In the future hopefully we can just use the lexical DeclContext

Completed in 256 milliseconds

12 3 4 5 6