OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setASTContext
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
FrontendAction.cpp
158
CI.
setASTContext
(&AST->getASTContext());
263
CI.
setASTContext
(0);
323
CI.
setASTContext
(0);
CompilerInstance.cpp
73
void CompilerInstance::
setASTContext
(ASTContext *Value) { Context = Value; }
/external/clang/include/clang/Frontend/
CompilerInstance.h
355
///
setASTContext
- Replace the current AST context.
356
void
setASTContext
(ASTContext *Value);
Completed in 19 milliseconds