OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPCHSupport
(Results
1 - 25
of
32
) sorted by null
1
2
/external/clang/include/clang/Frontend/
FrontendActions.h
145
bool
hasPCHSupport
() const override { return false; }
194
bool
hasPCHSupport
() const override;
238
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
177
virtual bool
hasPCHSupport
() const { return !usesPreprocessorOnly(); }
303
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
FrontendActions.h
146
bool
hasPCHSupport
() const override { return false; }
194
bool
hasPCHSupport
() const override;
238
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
FrontendActions.h
146
bool
hasPCHSupport
() const override { return false; }
194
bool
hasPCHSupport
() const override;
238
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
FrontendActions.h
146
bool
hasPCHSupport
() const override { return false; }
194
bool
hasPCHSupport
() const override;
238
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
FrontendActions.h
146
bool
hasPCHSupport
() const override { return false; }
194
bool
hasPCHSupport
() const override;
238
bool
hasPCHSupport
() const override { return true; }
FrontendAction.h
178
virtual bool
hasPCHSupport
() const { return true; }
304
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
FrontendActions.h
148
bool
hasPCHSupport
() const override { return false; }
196
bool
hasPCHSupport
() const override;
240
bool
hasPCHSupport
() const override { return true; }
/external/clang/lib/Frontend/
ASTMerge.cpp
103
bool ASTMergeAction::
hasPCHSupport
() const {
104
return AdaptedAction->
hasPCHSupport
();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h
177
virtual bool
hasPCHSupport
() const { return !usesPreprocessorOnly(); }
303
bool
hasPCHSupport
() const override;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h
177
virtual bool
hasPCHSupport
() const { return !usesPreprocessorOnly(); }
303
bool
hasPCHSupport
() const override;
Completed in 1225 milliseconds
1
2