/external/clang/include/clang/Rewrite/ |
FixItRewriter.h | 63 const LangOptions &LangOpts, FixItOptions *FixItOpts);
|
/external/clang/include/clang/Basic/ |
Builtins.h | 30 class LangOptions; 73 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
|
TargetInfo.h | 36 class LangOptions; 334 virtual void getTargetDefines(const LangOptions &Opts, 496 virtual void setForcedLangOptions(LangOptions &Opts);
|
IdentifierTable.h | 35 class LangOptions; 376 IdentifierTable(const LangOptions &LangOpts, 468 void AddKeywords(const LangOptions &LangOpts);
|
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 89 std::string getAsString(const LangOptions &LO) const; 90 std::string getQuoted(const LangOptions &LO) const {
|
IdentifierResolver.h | 186 explicit IdentifierResolver(const LangOptions &LangOpt); 190 const LangOptions &LangOpt;
|
/external/clang/lib/Basic/ |
Android.mk | 29 LangOptions.cpp \
|
Targets.cpp | 18 #include "clang/Basic/LangOptions.h" 42 const LangOptions &Opts) { 65 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 69 virtual void getTargetDefines(const LangOptions &Opts, 79 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, 93 if (Opts.getGC() != LangOptions::NonGC) 192 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 227 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 246 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 290 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple [all...] |
Builtins.cpp | 17 #include "clang/Basic/LangOptions.h" 50 const LangOptions& LangOpts) {
|
IdentifierTable.cpp | 16 #include "clang/Basic/LangOptions.h" 69 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, 112 const LangOptions &LangOpts, IdentifierTable &Table) { 157 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
|
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 33 class LangOptions; 150 const LangOptions &Features; 164 const SourceManager &sm, const LangOptions &features,
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
AnalysisManager.h | 39 const LangOptions &LangInfo; 80 const LangOptions &lang, PathDiagnosticConsumer *pd, 132 const LangOptions &getLangOptions() const {
|
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 66 const LangOptions &LangOpts; 70 PlistDiagnostics(const std::string& prefix, const LangOptions &LangOpts, 91 const LangOptions &LO, 133 const LangOptions &LangOpts, 154 const LangOptions &LangOpts, 161 const LangOptions &LangOpts, 192 const LangOptions &LangOpts, 234 const LangOptions &LangOpts, 281 const LangOptions &LangOpts, 304 const LangOptions &LangOpts) [all...] |
AnalysisManager.cpp | 18 const LangOptions &lang,
|
/external/clang/include/clang/Frontend/ |
AnalyzerOptions.h | 25 class LangOptions;
|
CompilerInstance.h | 220 LangOptions &getLangOpts() { 223 const LangOptions &getLangOpts() const {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
NSAutoreleasePoolChecker.cpp | 82 if (mgr.getLangOptions().getGC() != LangOptions::NonGC)
|
/external/clang/lib/ARCMigrate/ |
PlistReporter.cpp | 46 const LangOptions &LangOpts, 67 const LangOptions &LangOpts, 97 const LangOptions &LangOpts) {
|
/external/clang/lib/AST/ |
TemplateName.cpp | 20 #include "clang/Basic/LangOptions.h" 163 LangOptions LO; 172 LangOptions LO; // FIXME!
|
/frameworks/compile/slang/ |
slang.h | 47 class LangOptions; 57 static clang::LangOptions LangOpts;
|
/external/clang/lib/Rewrite/ |
TokenRewriter.cpp | 22 const LangOptions &LangOpts) {
|
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 226 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, 278 const LangOptions &LangOpts, 319 const LangOptions &LangOpts, 368 if (LangOpts.getGC() != LangOptions::NonGC) 538 if (LangOpts.getStackProtector() == LangOptions::SSPOn) 540 else if (LangOpts.getStackProtector() == LangOptions::SSPReq) 635 const LangOptions &LangOpts = PP.getLangOptions();
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
CheckerRegistration.cpp | 104 const LangOptions &langOpts,
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 30 class LangOptions; 204 void dump(const LangOptions &LO);
|
/external/clang/include/clang/Analysis/ |
CFG.h | 43 class LangOptions; 492 void dump(const CFG *cfg, const LangOptions &LO) const; 493 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO) const; 494 void printTerminator(raw_ostream &OS, const LangOptions &LO) const; 688 void viewCFG(const LangOptions &LO) const; 689 void print(raw_ostream &OS, const LangOptions &LO) const; 690 void dump(const LangOptions &LO) const;
|