class BlockPointerTypeLoc

Declaration

class BlockPointerTypeLoc : public PointerLikeTypeLoc { /* full declaration omitted */ };

Description

Wrapper for source info for block pointers.

Declared at: clang/include/clang/AST/TypeLoc.h:1271

Inherits from: PointerLikeTypeLoc

Method Overview

Methods

clang::SourceLocation getCaretLoc() const

Declared at: clang/include/clang/AST/TypeLoc.h:1274

void setCaretLoc(clang::SourceLocation Loc)

Declared at: clang/include/clang/AST/TypeLoc.h:1278

Parameters

clang::SourceLocation Loc