/external/clang/tools/libclang/ |
CXSourceLocation.h | 44 Context.getLangOptions(), 62 Context.getLangOptions(),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DebugCheckers.cpp | 52 cfg->viewCFG(mgr.getLangOptions()); 72 cfg->dump(mgr.getLangOptions());
|
NSAutoreleasePoolChecker.cpp | 77 if (mgr.getLangOptions().getGCMode() != LangOptions::NonGC)
|
ObjCAtSyncChecker.cpp | 92 if (mgr.getLangOptions().ObjC2)
|
/external/clang/examples/wpa/ |
clang-wpa.cpp | 154 if (PP.getLangOptions().ObjC1) 158 checkerMgr.reset(ento::registerCheckers(Opts, PP.getLangOptions(), 163 PP.getLangOptions(), /* PathDiagnostic */ 0, 175 AMgr.getLangOptions());
|
/external/clang/lib/Rewrite/ |
RewriteTest.cpp | 21 const LangOptions &LangOpts = PP.getLangOptions();
|
RewriteMacros.cpp | 69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOptions()); 94 Rewrite.setSourceMgr(SM, PP.getLangOptions());
|
HTMLPrint.cpp | 58 R.setSourceMgr(context.getSourceManager(), context.getLangOptions());
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 437 if (PP.getLangOptions().Microsoft) { 531 if ((*s == 'p' || *s == 'P') && !PP.getLangOptions().CPlusPlus0x) { 548 if (PP.getLangOptions().CPlusPlus) 550 else if (!PP.getLangOptions().HexFloats) 741 &PP.getDiagnostics(), PP.getLangOptions())) { 792 if (IsWide && PP.getLangOptions().ShortWChar && Value > 0xFFFF) 800 PP.getLangOptions().CharIsSigned) 842 : SM(PP.getSourceManager()), Features(PP.getLangOptions()), [all...] |
TokenConcatenation.cpp | 206 (PP.getLangOptions().CPlusPlus && FirstChar == '*'); 225 (PP.getLangOptions().CPlusPlus && FirstChar == ':'); 229 return PP.getLangOptions().CPlusPlus && FirstChar == '*';
|
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 68 if (!Ctx.getLangOptions().ObjCRuntimeHasWeak) 97 if (!Lexer::isAtEndOfMacroExpansion(loc, SM, Ctx.getLangOptions())) 101 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOptions()); 116 Ctx.getLangOptions(),
|
ARCMT.cpp | 207 printer.BeginSourceFile(PP.getLangOptions(), &PP); 255 DiagClient->BeginSourceFile(Ctx.getLangOptions(), &Unit->getPreprocessor()); 270 Ctx.getSourceManager(), Ctx.getLangOptions()); 278 DiagClient->BeginSourceFile(Ctx.getLangOptions(), &Unit->getPreprocessor()); 519 DiagClient->BeginSourceFile(Ctx.getLangOptions(), &Unit->getPreprocessor()); 530 DiagClient->BeginSourceFile(Ctx.getLangOptions(), &Unit->getPreprocessor()); 532 Rewriter rewriter(Ctx.getSourceManager(), Ctx.getLangOptions());
|
TransBlockObjCVariable.cpp | 58 Var->getASTContext().getLangOptions().CPlusPlus)
|
/external/clang/lib/AST/ |
ExprClassification.cpp | 59 if (!Ctx.getLangOptions().CPlusPlus) { 93 const LangOptions &Lang = Ctx.getLangOptions(); 128 return Ctx.getLangOptions().CPlusPlus? Cl::CL_ClassTemporary 381 (Ctx.getLangOptions().CPlusPlus && 392 if (!Ctx.getLangOptions().CPlusPlus) return Cl::CL_PRValue; 413 if (!Ctx.getLangOptions().CPlusPlus) { 465 assert(Ctx.getLangOptions().CPlusPlus && 499 assert(Ctx.getLangOptions().CPlusPlus && 538 if (Ctx.getLangOptions().CPlusPlus && E->getType()->isFunctionType()) 571 !Ctx.getLangOptions().CPlusPlus) & [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 84 if ((getLangOptions().getGCMode() != LangOptions::NonGC && 86 (getLangOptions().ObjCAutoRefCount && 117 if (getLangOptions().ObjCAutoRefCount) 133 if (getLangOptions().ObjCAutoRefCount) 293 if (getLangOptions().getGCMode() != LangOptions::NonGC && 589 if (getLangOptions().ObjCAutoRefCount && 611 if (getLangOptions().ObjCAutoRefCount && 623 if (!getLangOptions().ObjCRuntimeHasWeak) { 642 !getLangOptions().ObjCAutoRefCount && 643 getLangOptions().getGCMode() == LangOptions::NonGC) [all...] |
SemaExceptionSpec.cpp | 104 if (getLangOptions().Microsoft) 173 if (!getLangOptions().CXXExceptions) { 267 if (getLangOptions().Microsoft) 288 if (!getLangOptions().CXXExceptions) 382 if (getLangOptions().CPlusPlus0x && IsOperatorNew) { 476 if (!getLangOptions().CXXExceptions) 706 if (getLangOptions().CPlusPlus0x && isa<CXXDestructorDecl>(New)) { 720 if (getLangOptions().Microsoft)
|
SemaDecl.cpp | 298 std::string CorrectedStr(Corrected.getAsString(getLangOptions())); 299 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions())); 334 if (getLangOptions().CPlusPlus) { 364 if (getLangOptions().Microsoft && isMicrosoftMissingTypename(SS)) 383 bool CheckTemplate = R.getSema().getLangOptions().CPlusPlus && 424 if (getLangOptions().ObjCDefaultSynthProperties && 425 getLangOptions().ObjCNonFragileABI2) { 453 if (getLangOptions().CPlusPlus) 478 if (!getLangOptions().CPlusPlus && !SecondTry) { 507 << Name << TagName << getLangOptions().CPlusPlu [all...] |
SemaExprObjC.cpp | 83 } else if (getLangOptions().NoConstantCFStrings) { 85 std::string StringClass(getLangOptions().ObjCConstantStringClass); 145 if (getLangOptions().CPlusPlus || getLangOptions().ConstStrings) 192 if (getLangOptions().ObjCAutoRefCount) { 354 if (getLangOptions().ObjCAutoRefCount) 364 if (getLangOptions().DebuggerSupport) { 660 if (!getLangOptions().CPlusPlus && !PType.hasQualifiers() && 814 if (!getLangOptions().CPlusPlus && [all...] |
SemaCodeComplete.cpp | 532 if (AllowNestedNameSpecifiers && SemaRef.getLangOptions().CPlusPlus && 552 if (!SemaRef.getLangOptions().CPlusPlus) 732 if (!SemaRef.getLangOptions().CPlusPlus || !R.Declaration || [all...] |
SemaExpr.cpp | 61 if (getLangOptions().CPlusPlus && isa<FunctionDecl>(D)) { 282 if (getLangOptions().C99 || getLangOptions().CPlusPlus || E->isLValue()) 329 if (getLangOptions().CPlusPlus && 473 if (getLangOptions().CPlusPlus0x && !E->getType()->isDependentType()) { 483 getLangOptions().ObjCAutoRefCount && 491 << getLangOptions().CPlusPlus0x << E->getType() [all...] |
SemaAccess.cpp | [all...] |
/external/clang/lib/Index/ |
ASTLocation.cpp | 95 AsStmt()->printPretty(OS, Ctx, 0, PrintingPolicy(Ctx.getLangOptions()));
|
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 175 if (!CGM.getContext().getLangOptions().AppleKext) { 182 if (!CGM.getLangOptions().Exceptions) 306 if (getLangOptions().ObjCAutoRefCount && getLangOptions().CPlusPlus) {
|
ModuleBuilder.cpp | 77 if (Ctx->getLangOptions().CPlusPlus && !D->isDependentContext()) {
|
/external/clang/lib/Frontend/ |
ASTMerge.cpp | 38 CI.getASTContext().getLangOptions());
|