Searched defs:astContext (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/ |
D | ast.go | 202 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)) {
|
D | ast_go1.go | 14 func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, ast…
|
D | ast_go118.go | 14 func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, ast…
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 280 ASTContext &astContext = svalBuilder.getContext(); in computeOffset() local
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | CFG.cpp | 413 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 7628 ASTContext &astContext = astUnit->getASTContext(); in clang_getCXTUResourceUsage() local
|