OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleImportExpectsIdentifier
(Results
1 - 16
of
16
) sorted by null
/external/clang/lib/Lex/
Preprocessor.cpp
76
LastTokenWasAt(false),
ModuleImportExpectsIdentifier
(false),
716
ModuleImportExpectsIdentifier
= true;
766
if (
ModuleImportExpectsIdentifier
&& Result.getKind() == tok::identifier) {
771
ModuleImportExpectsIdentifier
= false;
778
if (!
ModuleImportExpectsIdentifier
&& Result.getKind() == tok::period) {
779
ModuleImportExpectsIdentifier
= true;
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
255
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h
257
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h
257
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h
257
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h
257
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h
257
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h
257
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h
260
bool
ModuleImportExpectsIdentifier
;
[
all
...]
Completed in 1000 milliseconds