Home
last modified time | relevance | path

Searched refs:LangInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h38 const LangOptions &LangInfo; variable
91 Ctx(ctx), Diags(diags), LangInfo(lang), PD(pd), in AnalysisManager()
135 return LangInfo; in getLangOptions()
/external/clang/lib/Frontend/
DCompilerInstance.cpp203 const LangOptions &LangInfo, in createPreprocessor() argument
218 Preprocessor *PP = new Preprocessor(Diags, LangInfo, Target, in createPreprocessor()
DASTUnit.cpp579 LangOptions LangInfo; in LoadFromASTFile() local
594 Reader->setListener(new ASTInfoCollector(LangInfo, HeaderInfo, TargetTriple, in LoadFromASTFile()
622 AST->PP = new Preprocessor(AST->getDiagnostics(), LangInfo, *AST->Target, in LoadFromASTFile()
632 AST->Ctx = new ASTContext(LangInfo, in LoadFromASTFile()