Home
last modified time | relevance | path

Searched defs:astContext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dast.go202 func (f *File) validateIdents(x interface{}, context astContext) {
211 func (f *File) saveExprs(x interface{}, context astContext) {
224 func (f *File) saveRef(n *ast.Expr, context astContext) {
268 func (f *File) saveCall(call *ast.CallExpr, context astContext) {
281 func (f *File) saveExport(x interface{}, context astContext) {
321 func (f *File) saveExport2(x interface{}, context astContext) {
335 type astContext int type
358 func (f *File) walk(x interface{}, context astContext, visit func(*File, interface{}, astContext)) {
Dast_go1.go14 func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, ast…
Dast_go118.go14 func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, ast…
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp280 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DCFG.cpp413 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder()
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp7628 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local