clang API Documentation

Public Types | Static Public Member Functions
llvm::PointerLikeTypeTraits< clang::SourceLocation > Class Template Reference

#include <SourceLocation.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = 0 }

Static Public Member Functions

static void * getAsVoidPointer (clang::SourceLocation L)
static clang::SourceLocation getFromVoidPointer (void *P)

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< clang::SourceLocation >

Definition at line 424 of file SourceLocation.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 432 of file SourceLocation.h.


Member Function Documentation

static void* llvm::PointerLikeTypeTraits< clang::SourceLocation >::getAsVoidPointer ( clang::SourceLocation  L) [inline, static]

Definition at line 426 of file SourceLocation.h.

References clang::SourceLocation::getPtrEncoding().

static clang::SourceLocation llvm::PointerLikeTypeTraits< clang::SourceLocation >::getFromVoidPointer ( void *  P) [inline, static]

Definition at line 429 of file SourceLocation.h.

References clang::SourceLocation::getFromRawEncoding().


The documentation for this class was generated from the following file: