Searched refs:FromCompilerDeclContext (Results 1 – 3 of 3) sorted by relevance
561 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()578 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()621 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()644 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()672 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()710 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()996 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()1252 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()1670 PdbAstBuilder::FromCompilerDeclContext(CompilerDeclContext context) { in FromCompilerDeclContext() function in PdbAstBuilder
83 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
924 clang::DeclContext *context = m_ast->FromCompilerDeclContext(decl_ctx); in ParseDeclsForContext()