OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPreprocessorOpts
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h
121
PreprocessorOptions &
getPreprocessorOpts
() { return *PreprocessorOpts; }
123
const PreprocessorOptions &
getPreprocessorOpts
() const {
CompilerInstance.h
305
PreprocessorOptions &
getPreprocessorOpts
() {
306
return Invocation->
getPreprocessorOpts
();
308
const PreprocessorOptions &
getPreprocessorOpts
() const {
309
return Invocation->
getPreprocessorOpts
();
ASTUnit.h
471
const PreprocessorOptions &
getPreprocessorOpts
() const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h
706
const PreprocessorOptions &
getPreprocessorOpts
()
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
917
PreprocessorOptions &
getPreprocessorOpts
() const { return *PPOpts; }
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026