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
127
if (Reason == PPCallbacks::
EnterFile
) {
150
if (ShowHeader && Reason == PPCallbacks::
EnterFile
) {
PrintPreprocessedOutput.cpp
262
if (Reason == PPCallbacks::
EnterFile
) {
295
if (Reason == PPCallbacks::
EnterFile
&& !IsFirstFileEntered) {
301
case PPCallbacks::
EnterFile
:
DependencyFile.cpp
43
if (Reason != PPCallbacks::
EnterFile
)
275
if (Reason != PPCallbacks::
EnterFile
)
/external/clang/lib/Lex/
PPLexerChange.cpp
131
PPCallbacks::
EnterFile
, FileType);
156
Callbacks->FileChanged(EnterLoc, PPCallbacks::
EnterFile
, FileType);
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
PPCallbacks.h
43
EnterFile
, ExitFile, SystemHeaderPragma, RenameFile
/external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp
145
if (Reason !=
EnterFile
)
/external/clang/tools/libclang/
Indexing.cpp
264
if (Loc == MainFileLoc && Reason == PPCallbacks::
EnterFile
) {
[
all
...]
Completed in 84 milliseconds