Searched defs:getOpaqueValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h171 void *getOpaqueValue() const { return Val.getOpaqueValue(); } function in class:llvm::PointerUnionUIntTraits
316 void *getOpaqueValue() const { return Val.getOpaqueValue(); } function in class:llvm::PointerUnion3
429 void *getOpaqueValue() const { return Val.getOpaqueValue(); } function in class:llvm::PointerUnion4
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h68 int getOpaqueValue() const { return ID; } function in class:clang::FileID
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3271 OpaqueValueExpr *getOpaqueValue() const { return OpaqueValue; } function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator

Completed in 130 milliseconds