OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnterFile
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/Frontend/
HeaderIncludeGen.cpp
86
if (Reason == PPCallbacks::
EnterFile
) {
109
if (ShowHeader && Reason == PPCallbacks::
EnterFile
) {
PrintPreprocessedOutput.cpp
271
if (Reason == PPCallbacks::
EnterFile
) {
305
if (Reason == PPCallbacks::
EnterFile
&& !IsFirstFileEntered) {
311
case PPCallbacks::
EnterFile
:
DependencyFile.cpp
106
if (Reason != PPCallbacks::
EnterFile
)
/external/clang/lib/Lex/
PPLexerChange.cpp
129
PPCallbacks::
EnterFile
, FileType);
153
Callbacks->FileChanged(EnterLoc, PPCallbacks::
EnterFile
, FileType);
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
PPCallbacks.h
42
EnterFile
, ExitFile, SystemHeaderPragma, RenameFile
/external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp
144
if (Reason !=
EnterFile
)
/external/clang/tools/libclang/
Indexing.cpp
263
if (Loc == MainFileLoc && Reason == PPCallbacks::
EnterFile
) {
[
all
...]
Completed in 266 milliseconds