OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasASTContext
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Frontend/
FrontendAction.cpp
369
if (!CI.
hasASTContext
() || !CI.getASTContext().getExternalSource()) {
405
CI.
hasASTContext
() && !CI.getASTContext().getExternalSource()) {
CompilerInstance.cpp
[
all
...]
ASTUnit.cpp
[
all
...]
/external/clang/include/clang/Frontend/
CompilerInstance.h
450
bool
hasASTContext
() const { return Context != nullptr; }
Completed in 284 milliseconds