OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSourceManager
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp
118
if (MainFilename.empty() && Info.
hasSourceManager
()) {
143
if (Info.getLocation().isValid() && Info.
hasSourceManager
()) {
TextDiagnosticPrinter.cpp
151
assert(Info.
hasSourceManager
() &&
VerifyDiagnosticConsumer.cpp
37
if (Diags.
hasSourceManager
())
112
if (Info.
hasSourceManager
()) {
FrontendAction.cpp
237
if (!CI.
hasSourceManager
())
SerializedDiagnosticPrinter.cpp
620
assert(Info.
hasSourceManager
() && LangOpts &&
[
all
...]
CompilerInstance.cpp
836
if (
hasSourceManager
() && !Act.isModelParsingAction())
[
all
...]
ASTUnit.cpp
617
if (!Info.
hasSourceManager
() || &Info.getSourceManager() == SourceMgr)
[
all
...]
/external/clang/include/clang/Basic/
Diagnostic.h
378
bool
hasSourceManager
() const { return SourceMgr != nullptr; }
[
all
...]
/external/clang/include/clang/Frontend/
CompilerInstance.h
410
bool
hasSourceManager
() const { return SourceMgr != nullptr; }
/external/clang/lib/Basic/
Diagnostic.cpp
[
all
...]
Completed in 79 milliseconds