Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDASTUnit.h511 void setASTContext(ASTContext *ctx) { Ctx = ctx; } in setASTContext() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp99 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; } in setASTContext() function in CompilerInstance