Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2096 auto &astContext = CGM.getContext(); GenerateDirectMethodPrologue() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp548 explicit CFGBuilder(ASTContext *astContext, in CFGBuilder() argument