clang API Documentation

Functions
SemaTemplateVariadic.cpp File Reference
#include "clang/Sema/Sema.h"
#include "TypeLocBuilder.h"
#include "clang/AST/Expr.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Sema/Lookup.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/ScopeInfo.h"
#include "clang/Sema/SemaInternal.h"
#include "clang/Sema/Template.h"
Include dependency graph for SemaTemplateVariadic.cpp:

Go to the source code of this file.

Functions

static std::pair< unsigned,
unsigned
getDepthAndIndex (NamedDecl *ND)
 Retrieve the depth and index of a parameter pack.
static void CheckFoldOperand (Sema &S, Expr *E)

Function Documentation

static void CheckFoldOperand ( Sema S,
Expr E 
) [static]
static std::pair<unsigned, unsigned> getDepthAndIndex ( NamedDecl ND) [static]