Home
last modified time | relevance | path

Searched defs:RAII (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp496 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 DASTMatchersInternal.cpp289 TraversalKindScope RAII(Finder->getASTContext(), in matches() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp1079 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 DRAIIObjectsForParser.h182 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) in ParsingDeclSpec()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp477 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 DParseExpr.cpp1907 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp7073 RevertToOldSizeRAII RAII(Path); in visitLocalsRetainedByReferenceBinding() local
7201 RevertToOldSizeRAII RAII(Path); in visitLocalsRetainedByInitializer() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7369 TempVersionRAII RAII(*Info.CurrentCall); in VisitCXXDefaultArgExpr() local
7374 TempVersionRAII RAII(*Info.CurrentCall); in VisitCXXDefaultInitExpr() local