HomeSort by relevance Sort by last modified time
    Searched refs:langOpts (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistration.h 25 const LangOptions &langOpts,
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 104 const LangOptions &langOpts,
107 OwningPtr<CheckerManager> checkerMgr(new CheckerManager(langOpts));
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 321 const LangOptions &langOpts = Ctx.getLangOpts();
335 endCol += Lexer::MeasureTokenLength(end, SM, langOpts);
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 121 const LangOptions LangOpts;
124 CheckerManager(const LangOptions &langOpts) : LangOpts(langOpts) { }
131 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/lib/Lex/
Lexer.cpp 120 LangOpts(PP.getLangOpts()) {
132 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts,
134 : FileLoc(fileloc), LangOpts(langOpts) {
146 const SourceManager &SM, const LangOptions &langOpts)
147 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) {
290 const LangOptions &LangOpts, bool *Invalid) {
312 Result.push_back(Lexer::getCharAndSizeNoWarn(Ptr, CharSize, LangOpts));
332 const LangOptions &LangOpts, bool *Invalid)
    [all...]

Completed in 605 milliseconds