HomeSort by relevance Sort by last modified time
    Searched defs:astContext (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 280 ASTContext &astContext = svalBuilder.getContext();
289 astContext.getTypeSizeInChars(elemType),
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 185 func (f *File) saveExprs(x interface{}, context astContext) {
198 func (f *File) saveRef(n *ast.Expr, context astContext) {
242 func (f *File) saveCall(call *ast.CallExpr, context astContext) {
255 func (f *File) saveExport(x interface{}, context astContext) {
295 func (f *File) saveExport2(x interface{}, context astContext) {
309 type astContext int
312 ctxProg astContext = iota
332 func (f *File) walk(x interface{}, context astContext, visit func(*File, interface{}, astContext)) {
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 185 func (f *File) saveExprs(x interface{}, context astContext) {
198 func (f *File) saveRef(n *ast.Expr, context astContext) {
242 func (f *File) saveCall(call *ast.CallExpr, context astContext) {
255 func (f *File) saveExport(x interface{}, context astContext) {
295 func (f *File) saveExport2(x interface{}, context astContext) {
309 type astContext int
312 ctxProg astContext = iota
332 func (f *File) walk(x interface{}, context astContext, visit func(*File, interface{}, astContext)) {

Completed in 69 milliseconds