| 
    Instantiator
    
   Generate c++ template instantiations 
   | 
 
#include "Callbacks/DeleteInstantiations.hpp"#include <iostream>#include "spdlog/spdlog.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/DeclTemplate.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/TokenKinds.h"#include "clang/Lex/Lexer.h"#include "clang/Rewrite/Core/Rewriter.h"Go to the source code of this file.
Functions | |
| auto | findSemiAfterLocation (clang::SourceLocation loc, clang::ASTContext &Ctx, bool IsDecl=false) | 
| auto | getEndLoc (clang::SourceLocation begin, clang::ASTContext &Ctx) | 
| auto | getBeginLoc (clang::SourceLocation begin, clang::ASTContext &Ctx) | 
| auto findSemiAfterLocation | ( | clang::SourceLocation | loc, | 
| clang::ASTContext & | Ctx, | ||
| bool | IsDecl = false ) | 
Definition at line 15 of file DeleteInstantiations.cpp.
| auto getBeginLoc | ( | clang::SourceLocation | begin, | 
| clang::ASTContext & | Ctx ) | 
Definition at line 62 of file DeleteInstantiations.cpp.
| auto getEndLoc | ( | clang::SourceLocation | begin, | 
| clang::ASTContext & | Ctx ) | 
Definition at line 50 of file DeleteInstantiations.cpp.