HomeSort by relevance Sort by last modified time
    Searched refs:getLangOpts (Results 76 - 100 of 196) sorted by null

1 2 34 5 6 7 8

  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 159 Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
176 PP.getLangOpts());
ASTUnit.cpp 368 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier);
400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&
756 AST->getDiagnostics().getClient()->BeginSourceFile(Context.getLangOpts(),&PP);
    [all...]
InitPreprocessor.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 71 c.getLangOpts().NoBuiltin = true;
121 c.getLangOpts().NoBuiltin = true;
  /external/clang/lib/CodeGen/
CGVTables.cpp 585 if (CGM.getLangOpts().CUDA) {
592 bool CanEmitMethod = CGM.getLangOpts().CUDAIsDevice
750 return !Context.getLangOpts().AppleKext ?
757 return !Context.getLangOpts().AppleKext ?
762 return !Context.getLangOpts().AppleKext ?
773 if (Context.getLangOpts().AppleKext)
    [all...]
CGObjC.cpp 141 (getLangOpts().ObjCAutoRefCount &&
368 CGM.getLangOpts().ObjCAutoRefCount &&
422 if (getLangOpts().ObjCAutoRefCount && method &&
440 assert(getLangOpts().ObjCAutoRefCount &&
543 if (CGM.getLangOpts().ObjCAutoRefCount &&
692 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
698 } else if (CGM.getLangOpts().ObjCAutoRefCount && !IsAtomic) {
742 (CGM.getLangOpts().getGC() &&
749 if (CGM.getLangOpts().getGC())
    [all...]
CodeGenModule.cpp 86 : Context(C), LangOpts(C.getLangOpts()), HeaderSearchOpts(HSO),
135 TBAA = new CodeGenTBAA(Context, VMContext, CodeGenOpts, getLangOpts(),
147 if (C.getLangOpts().ObjC1)
371 if (Context.getLangOpts().CUDA && !Context.getLangOpts().CUDAIsDevice &&
393 (Context.getLangOpts().Modules || !LinkerOptionsMetadata.empty())) {
442 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4;
451 if (uint32_t PLevel = Context.getLangOpts().PICLevel) {
    [all...]
CGObjCGNU.cpp 233 const ObjCRuntime &R = CGM.getLangOpts().ObjCRuntime;
    [all...]
CodeGenFunction.cpp 46 SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false),
67 if (CGM.getLangOpts().FastMath)
69 if (CGM.getLangOpts().FiniteMathOnly) {
94 if (getLangOpts().OpenMP) {
136 if (unsigned MaxAlign = getLangOpts().MaxTypeAlign) {
697 if (getLangOpts().OpenCL) {
705 if (getLangOpts().CPlusPlus && SanOpts.has(SanitizerKind::Function)) {
722 if (getLangOpts().CPlusPlus)
791 if (getLangOpts().ObjCAutoRefCount &&
    [all...]
CGBlocks.cpp 82 if (CGM.getLangOpts().OpenCL)
117 if (C.getLangOpts().ObjC1) {
118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
275 if (CGM.getLangOpts().CPlusPlus && !isSafeForCXXConstantCapture(type))
330 else if (C.getLangOpts().ObjC1 &&
331 CGM.getLangOpts().getGC() == LangOptions::NonGC)
418 } else if (CGM.getLangOpts().CPlusPlus) {
    [all...]
CodeGenTypes.cpp 435 Context.getLangOpts().NativeHalfType ||
436 Context.getLangOpts().HalfArgsAndReturns);
731 if (!Context.getLangOpts().CPlusPlus)
CGExpr.cpp 283 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions,
299 CGF.getLangOpts().Exceptions);
306 CGF.getLangOpts().Exceptions);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 289 assert(Ctx.getLangOpts().CPlusPlus && "narrowing check outside C++");
    [all...]
SemaDeclObjC.cpp 160 if (getLangOpts().ObjCAutoRefCount) {
329 getLangOpts().ObjCAutoRefCount &&
339 if (getLangOpts().ObjCAutoRefCount) {
411 if (!(getLangOpts().ObjCAutoRefCount ||
412 getLangOpts().getGC() == LangOptions::GCOnly))
416 if (Context.getLangOpts().getGC() != LangOptions::NonGC)
    [all...]
SemaExprMember.cpp 137 if (isField && SemaRef.getLangOpts().CPlusPlus11)
461 if (PT && (!getLangOpts().ObjC1 ||
671 Typo.getAsString() == TC.getAsString(SemaRef.getLangOpts());
    [all...]
SemaTemplate.cpp 144 assert(getLangOpts().CPlusPlus && "No template names in C!");
337 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
360 !getLangOpts().CPlusPlus11) {
452 if (getLangOpts().MicrosoftExt)
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 112 LangOpts(PP.getLangOpts()) {
    [all...]
PPMacroExpansion.cpp     [all...]
PPExpressions.cpp 229 if (!PP.getLangOpts().C99 && Literal.isLongLong) {
230 if (PP.getLangOpts().CPlusPlus)
232 PP.getLangOpts().CPlusPlus11 ?
310 Val.setIsUnsigned(!PP.getLangOpts().CharIsSigned);
669 if (!PP.getLangOpts().C99 || ValueLive)
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 369 if (S.getLangOpts().CPlusPlus) {
382 if (S.getLangOpts().CPlusPlus) {
393 if (S.getLangOpts().CPlusPlus) {
408 if (S.getLangOpts().CPlusPlus) {
475 if (S.getLangOpts().CPlusPlus) {
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 495 if (!Ctx.getLangOpts().ObjC1 || T.isNull())
547 if (!Ctx.getLangOpts().ObjC1)
566 if (!Ctx.getLangOpts().ObjC1)
ExprConstant.cpp 540 StepsLeft(getLangOpts().ConstexprStepLimit),
551 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); }
563 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
566 << getLangOpts().ConstexprCallDepth;
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 292 checkerMgr = createCheckerManager(*Opts, PP.getLangOpts(), Plugins,
296 *Ctx, PP.getDiagnostics(), PP.getLangOpts(), PathConsumers,
682 switch (Mgr->getLangOpts().getGC()) {
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 258 if (Lexer::isIdentifierBodyChar(PrevChar, Pass.Ctx.getLangOpts()))
343 Pass.Ctx.getLangOpts());
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 72 PP.getLangOpts(), false));
80 PP.getLangOpts(), true));

Completed in 178 milliseconds

1 2 34 5 6 7 8