Home
last modified time | relevance | path

Searched refs:GlobalCtx (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp2378 DeclContext *GlobalCtx = Context.getTranslationUnitDecl(); in DeclareGlobalAllocationFunction() local
2382 DeclContext::lookup_result R = GlobalCtx->lookup(Name); in DeclareGlobalAllocationFunction()
2433 FunctionDecl::Create(Context, GlobalCtx, SourceLocation(), in DeclareGlobalAllocationFunction()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2926 DeclContext *GlobalCtx = Context.getTranslationUnitDecl(); in DeclareGlobalAllocationFunction() local
2929 DeclContext::lookup_result R = GlobalCtx->lookup(Name); in DeclareGlobalAllocationFunction()
2973 Context, GlobalCtx, SourceLocation(), SourceLocation(), Name, in DeclareGlobalAllocationFunction()