HomeSort by: relevance | last modified time | path
    Searched defs:getLangOpts (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Context.cpp 60 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); }
State.cpp 115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h 78 const LangOptions &getLangOpts() const { return LangOpts; }
  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
Rewriter.h 78 const LangOptions &getLangOpts() const { return *LangOpts; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 90 const LangOptions &getLangOpts() const {
CheckerContext.h 87 const LangOptions &getLangOpts() const {
88 return Eng.getContext().getLangOpts();
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 99 LangOptions *getLangOpts() { return LangOpts.get(); }
100 const LangOptions *getLangOpts() const { return LangOpts.get(); }
CompilerInstance.h 298 LangOptions &getLangOpts() {
299 return *Invocation->getLangOpts();
301 const LangOptions &getLangOpts() const {
302 return *Invocation->getLangOpts();
ASTUnit.h 461 const LangOptions &getLangOpts() const {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp 32 const LangOptions &IndexingContext::getLangOpts() const {
33 return Ctx->getLangOpts();
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 170 /// getLangOpts - Return the language features currently enabled.
172 const LangOptions &getLangOpts() const { return LangOpts; }
Preprocessor.h 606 (!PP.getLangOpts().Modules &&
607 !PP.getLangOpts().ModulesLocalVisibility) ||
922 const LangOptions &getLangOpts() const { return LangOpts; }
1055 (!getLangOpts().Modules || (bool)getMacroDefinition(II));
1798 return Lexer::getImmediateMacroName(Loc, SourceMgr, getLangOpts());
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 170 const LangOptions &getLangOpts() const { return LangOpts; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 184 const LangOptions &getLangOpts() const { return LangOpts; }
366 const LangOptions &LangOpts = BuilderWrapper.getLangOpts();
CodeGenModule.h 703 const LangOptions &getLangOpts() const { return LangOpts; }
CodeGenFunction.h 542 return getLangOpts().CPlusPlus11;
568 return getLangOpts().C11;
1938 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); }
2025 return getLangOpts().Exceptions;
2027 return getLangOpts().Exceptions &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 99 if (Ctx.getLangOpts().trackLocalOwningModule() || !Parent) {
120 return getASTContext().getLangOpts().trackLocalOwningModule();
420 const LangOptions &Decl::getLangOpts() const {
421 return getASTContext().getLangOpts();
521 if (!Context.getLangOpts().AppExt)
710 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
1614 !getParentASTContext().getLangOpts().CPlusPlus)))
1771 !getParentASTContext().getLangOpts().CPlusPlus;
1850 (getParentASTContext().getLangOpts().CPlusPlus ||
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 1726 std::vector<Record *> getLangOpts() const {
2030 std::vector<Record *> LangOpts = Rule.getLangOpts();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 710 const LangOptions& getLangOpts() const { return LangOpts; }
1849 return getLangOpts().CPlusPlus ? BoolTy : IntTy;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 1443 Context->getLangOpts().CPlusPlus17);
2129 if (Context->getLangOpts().OpenMP)
2610 if (Context->getLangOpts().Exceptions) {
5189 const LangOptions &getLangOpts() const { return LangOpts; }
5364 IE->printPretty(OS, &Helper, PrintingPolicy(Helper.getLangOpts()));
5493 S->printPretty(OS, &Helper, PrintingPolicy(Helper.getLangOpts()));
5540 T.getUnqualifiedType().print(OS, PrintingPolicy(Helper.getLangOpts()));
5571 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
5607 BT->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
5651 PrintingPolicy(Helper.getLangOpts()));
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 435 const LangOptions &getLangOpts() const { return PP.getLangOpts(); }
879 if (!getLangOpts().AltiVec && !getLangOpts().ZVector)
885 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel))
895 if ((!getLangOpts().AltiVec && !getLangOpts().ZVector) ||
909 assert(getLangOpts().ObjC);
2375 if (getLangOpts().CPlusPlus)
2384 if (getLangOpts().CPlusPlus
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1534 const LangOptions &getLangOpts() const { return LangOpts; }
2573 if (!getLangOpts().CPlusPlus || E.isInvalid())
5800 if (!Self.getLangOpts().CPlusPlus11)
12863 /// S.getLangOpts().SYCLIsDevice)
12920 Actions.getLangOpts().CPlusPlus11) {

Completed in 96 milliseconds