Home
last modified time | relevance | path

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

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