OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentFileLexer
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Lex/
Pragma.cpp
359
HeaderInfo.MarkFileIncludeOnce(
getCurrentFileLexer
()->getFileEntry());
422
PreprocessorLexer *TheLexer =
getCurrentFileLexer
();
481
const FileEntry *CurFile =
getCurrentFileLexer
()->getFileEntry();
[
all
...]
PPLexerChange.cpp
51
PreprocessorLexer *Preprocessor::
getCurrentFileLexer
() const {
PPMacroExpansion.cpp
[
all
...]
PPDirectives.cpp
549
FileID FID =
getCurrentFileLexer
()->getFileID();
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
511
///
getCurrentFileLexer
- Return the current file lexer being lexed from.
514
PreprocessorLexer *
getCurrentFileLexer
() const;
[
all
...]
Completed in 118 milliseconds