OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseOrMemberType
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
APValue.h
57
typedef llvm::PointerIntPair<const Decl *, 1, bool>
BaseOrMemberType
;
60
/// in the path. An opaque value of type
BaseOrMemberType
.
/external/clang/lib/AST/
APValue.cpp
438
BaseOrMemberType
::getFromOpaqueValue(Path[I].BaseOrMember).getPointer();
ExprConstant.cpp
90
APValue::
BaseOrMemberType
getAsBaseOrMember(APValue::LValuePathEntry E) {
91
APValue::
BaseOrMemberType
Value;
237
APValue::
BaseOrMemberType
Value(D, Virtual);
[
all
...]
Completed in 458 milliseconds