OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeIdx
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/Serialization/
ASTCommon.h
43
TypeIdx
TypeIdxFromBuiltin(const BuiltinType *BT);
62
return
TypeIdx
(PREDEF_TYPE_AUTO_DEDUCT).asTypeID(FastQuals);
64
return
TypeIdx
(PREDEF_TYPE_AUTO_RREF_DEDUCT).asTypeID(FastQuals);
ASTCommon.cpp
26
serialization::
TypeIdx
192
return
TypeIdx
(ID);
ASTWriter.cpp
[
all
...]
ASTReader.cpp
[
all
...]
/external/clang/include/clang/Serialization/
ASTDeserializationListener.h
45
virtual void TypeRead(serialization::
TypeIdx
Idx, QualType T) { }
ASTBitCodes.h
83
class
TypeIdx
{
86
TypeIdx
() : Idx(0) { }
87
explicit
TypeIdx
(uint32_t index) : Idx(index) { }
96
static
TypeIdx
fromTypeID(TypeID ID) {
98
return
TypeIdx
(-1);
100
return
TypeIdx
(ID >> Qualifiers::FastWidth);
[
all
...]
ASTWriter.h
103
typedef llvm::DenseMap<QualType, serialization::
TypeIdx
,
[
all
...]
/external/clang/lib/Frontend/
MultiplexConsumer.cpp
37
void TypeRead(serialization::
TypeIdx
Idx, QualType T) override;
72
serialization::
TypeIdx
Idx, QualType T) {
FrontendAction.cpp
61
void TypeRead(serialization::
TypeIdx
Idx, QualType T) override {
/external/clang/lib/Sema/
SemaTemplate.cpp
[
all
...]
Completed in 2269 milliseconds