OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPP
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang.cpp
184
mPP
.reset(new clang::Preprocessor(&getPreprocessorOpts(),
193
mPP
->Initialize(getTargetInfo());
198
clang::InitializePreprocessor(*
mPP
, getPreprocessorOpts(), *Reader, FEOpts);
201
mPP
->getTargetInfo().getTriple());
225
new clang::ASTContext(LangOpts, *mSourceMgr,
mPP
->getIdentifierTable(),
226
mPP
->getSelectorTable(),
mPP
->getBuiltinInfo()));
383
clang::DependencyFileGenerator::CreateAndAttachToPreprocessor(*
mPP
.get(), DepOpts);
386
mDiagClient->BeginSourceFile(LangOpts,
mPP
.get());
390
mPP
->EnterMainSourceFile()
[
all
...]
slang_rs_context.h
79
clang::Preprocessor &
mPP
;
144
inline clang::Preprocessor &getPreprocessor() const { return
mPP
; }
152
return &
mPP
.getSourceManager();
155
return &
mPP
.getDiagnostics();
slang.h
119
std::unique_ptr<clang::Preprocessor>
mPP
;
196
clang::Preprocessor &getPreprocessor() { return *
mPP
; }
slang_rs_context.cpp
55
:
mPP
(PP),
179
const clang::IdentifierInfo *II =
mPP
.getIdentifierInfo(Name);
Completed in 52 milliseconds