| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| TreeTransform.h | 144 Sema &getSema() const { return SemaRef; } 1184 return getSema().CheckPackExpansion(Pattern, PatternRange, EllipsisLoc, 1252 return getSema().Context.getSubstTemplateTemplateParmPack(Param, ArgPack); 1263 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements, 1276 return getSema().ActOnCaseStmt(CaseLoc, LHS, EllipsisLoc, RHS, 1285 getSema().ActOnCaseStmtBody(S, Body); 1296 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, 1327 return getSema().ActOnIfStmt(IfLoc, IsConstexpr, LParenLoc, Init, Cond, 1339 return getSema().ActOnStartOfSwitchStmt(SwitchLoc, LParenLoc, Init, Cond, 1349 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body) [all...] |
| SemaTemplateInstantiate.cpp | 957 return getSema().CheckParameterPacksForExpansion(EllipsisLoc, 1176 TemplateDeclInstantiator DeclInstantiator(getSema(), 1202 getSema().MarkDeclarationsReferencedInType(Loc, T); 1235 Arg = getPackSubstitutedTemplateArgument(getSema(), Arg); 1252 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); 1256 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst); 1267 = cast<TemplateTypeParmType>(getSema().Context.getTypeDeclType(TTPD)); 1277 if (getSema().ArgumentPackSubstitutionIndex == -1) 1280 Arg = getPackSubstitutedTemplateArgument(getSema(), Arg) [all...] |
| SemaType.cpp | 204 Sema &getSema() const { 253 diagnoseBadTypeAttribute(getSema(), *Attr, type); 513 diagnoseBadTypeAttribute(state.getSema(), attr, type); 604 diagnoseBadTypeAttribute(state.getSema(), attr, type); 1269 Sema &S = state.getSema(); 2972 Sema &S = state.getSema(); 3191 Sema &S = state.getSema(); 3290 Sema &SemaRef = state.getSema(); 4415 Sema &S = state.getSema(); 5355 if (state.getSema().getLangOpts().OpenCLCPlusPlus && IsClassMember()) [all...] |
| SemaLookup.cpp | 299 IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus, 310 getSema().DeclareGlobalNewDelete(); 321 if (!getSema().Context.BuiltinInfo.isPredefinedLibFunction(BuiltinID)) 533 QualType T = getSema().Context.getTypeDeclType(TD); 535 std::make_pair(getSema().Context.getCanonicalType(T), I)); 555 if (isPreferredLookupResult(getSema(), getLookupKind(), Decls[I], 582 if (getSema().isEquivalentInternalLinkageDeclaration(HasNonFunction, 620 getSema().diagnoseEquivalentInternalLinkageDeclarations( 1171 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(), 1176 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType [all...] |
| SemaCodeComplete.cpp | 290 Sema &getSema() const { return SemaRef; } 1632 auto ThisType = Results.getSema().getCurrentThisType(); 1680 return Results.getSema().IsSimplyAccessible(ND, NamingClass, BaseType); 1979 Sema &S = Results.getSema(); 4640 getCompletionPrintingPolicy(Results.getSema()), Builder, P, 4653 getCompletionPrintingPolicy(Results.getSema()), P, 4660 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, 4694 PrintingPolicy Policy = getCompletionPrintingPolicy(Results.getSema()); 6589 if (Results.getSema().getLangOpts().Modules) { 6621 if (Results.getSema().getLangOpts().CPlusPlus | [all...] |
| SemaExprMember.cpp | 698 QueryState Q = {R.getSema(), R.getLookupNameInfo(), R.getLookupKind(),
|
| SemaDecl.cpp | 774 bool CheckTemplate = R.getSema().getLangOpts().CPlusPlus &&
|
| /src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/ |
| PrintFunctionNames.cpp | 69 clang::Sema &sema = Instance.getSema();
|
| /src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
| IncrementalParser.cpp | 127 new Parser(CI->getPreprocessor(), CI->getSema(), /*SkipBodies=*/false)); 142 Sema &S = CI->getSema();
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Lookup.h | 365 if (isVisible(getSema(), D) || isHiddenDeclarationVisible(D)) 612 Sema &getSema() const { return *SemaPtr; } 696 getSema().DiagnoseAmbiguousLookup(*this); 697 else if (isClassLookup() && getSema().getLangOpts().AccessControl) 698 getSema().CheckLookupAccess(*this);
|
| Template.h | 347 const Sema &getSema() const { return SemaRef; }
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| ChainedIncludesSource.cpp | 200 ParseAST(Clang->getSema());
|
| InterfaceStubFunctionsConsumer.cpp | 274 clang::Sema &S = Instance.getSema();
|
| FrontendAction.cpp | 1058 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
|
| FrontendActions.cpp | 507 CI.getSema().TemplateInstCallbacks.push_back(
|
| ASTUnit.cpp | 2318 getSema(), hasErrors, OS); 2324 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);
|
| CompilerInstance.cpp | 1526 TheASTReader->InitializeSema(getSema());
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| ARCMT.cpp | 316 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags, 583 Unit->getSema(), TA, capturedDiags, ARCMTMacroLocs);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| CompilerInstance.h | 502 Sema &getSema() const {
|
| ASTUnit.h | 456 Sema &getSema() const {
|
| /src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| ASTReader.h | 2263 Sema *getSema() { return SemaObj; }
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReader.cpp | 8221 if (!getSema()) 8224 Sema &S = *getSema();
|