Searched defs:RAII (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 496 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode() local 503 ASTNodeNotSpelledInSourceScope RAII(this, true); in dataTraverseNode() local 513 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode() local 518 ASTNodeNotSpelledInSourceScope RAII(this, true); in dataTraverseNode() local 527 ASTNodeNotSpelledInSourceScope RAII( in dataTraverseNode() local 533 ASTNodeNotSpelledInSourceScope RAII(this, true); in dataTraverseNode() local 537 ASTNodeNotAsIsSourceScope RAII(this, true); in dataTraverseNode() local 626 ASTNodeNotSpelledInSourceScope RAII(this, ScopedTraversal); in matchesRecursively() local 729 ASTNodeNotSpelledInSourceScope RAII(this, true); in TraverseTemplateInstantiations() local 735 ASTNodeNotSpelledInSourceScope RAII(this, true); in TraverseTemplateInstantiations() local [all …]
|
H A D | ASTMatchersInternal.cpp | 289 TraversalKindScope RAII(Finder->getASTContext(), in matches() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1079 struct RAII { in ExecuteAction() struct 1080 LLVMContext &Ctx; in ExecuteAction() 1081 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction() 1082 ~RAII() { Ctx.setDiagnosticHandler(std::move(PrevHandler)); } in ExecuteAction()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 182 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) in ParsingDeclSpec()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 477 ContextKeeper RAII(this); in visitStringTableResource() local 563 ContextKeeper RAII(this); in writeResource() local 1290 ContextKeeper RAII(this); in dumpAllStringTables() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1907 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 7073 RevertToOldSizeRAII RAII(Path); in visitLocalsRetainedByReferenceBinding() local 7201 RevertToOldSizeRAII RAII(Path); in visitLocalsRetainedByInitializer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7369 TempVersionRAII RAII(*Info.CurrentCall); in VisitCXXDefaultArgExpr() local 7374 TempVersionRAII RAII(*Info.CurrentCall); in VisitCXXDefaultInitExpr() local
|