OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoCurDirSearch
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
HeaderSearch.h
166
///
NoCurDirSearch
is true, then the check for the file in the current
171
bool
NoCurDirSearch
;
256
bool
noCurDirSearch
) {
262
NoCurDirSearch
=
noCurDirSearch
;
/external/clang/lib/Lex/
HeaderSearch.cpp
54
NoCurDirSearch
= false;
530
if (CurFileEnt && !isAngled && !
NoCurDirSearch
) {
[
all
...]
Completed in 100 milliseconds