Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
DeleteInstantiations.cpp File Reference
#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"
Include dependency graph for DeleteInstantiations.cpp:

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)
 

Function Documentation

◆ findSemiAfterLocation()

auto findSemiAfterLocation ( clang::SourceLocation loc,
clang::ASTContext & Ctx,
bool IsDecl = false )

Definition at line 15 of file DeleteInstantiations.cpp.

◆ getBeginLoc()

auto getBeginLoc ( clang::SourceLocation begin,
clang::ASTContext & Ctx )

Definition at line 62 of file DeleteInstantiations.cpp.

◆ getEndLoc()

auto getEndLoc ( clang::SourceLocation begin,
clang::ASTContext & Ctx )

Definition at line 50 of file DeleteInstantiations.cpp.