Home
last modified time | relevance | path

Searched defs:APValue (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h31 class APValue; variable
H A DJSONNodeDumper.h31 class APValue; variable
H A DASTNodeTraverser.h30 class APValue; variable
H A DASTContext.h61 class APValue; variable
H A DExpr.h42 class APValue; variable
1058 size_t numTrailingObjects(OverloadToken<APValue>) const { in numTrailingObjects()
/openbsd/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
H A DTextNodeDumper.cpp448 const APValue &(*IdxToChildFun)(const APValue &, unsigned), in dumpAPValueChildren()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp221 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value); in makeIntegerLiteral() local
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h44 class APValue; variable