Searched refs:FromCompilerDeclContext (Results 1 – 3 of 3) sorted by relevance
310 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()330 auto *context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()381 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()419 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()714 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()988 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()1448 PdbAstBuilder::FromCompilerDeclContext(CompilerDeclContext context) { in FromCompilerDeclContext() function in PdbAstBuilder
85 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
1014 clang::DeclContext *context = ast_builder->FromCompilerDeclContext(decl_ctx); in ParseDeclsForContext()