OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fastquals
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Serialization/
ASTCommon.h
39
unsigned
FastQuals
= T.getLocalFastQualifiers();
43
return IdxForType(T).asTypeID(
FastQuals
);
48
return TypeIdxFromBuiltin(BT).asTypeID(
FastQuals
);
51
return TypeIdx(PREDEF_TYPE_AUTO_DEDUCT).asTypeID(
FastQuals
);
53
return TypeIdx(PREDEF_TYPE_AUTO_RREF_DEDUCT).asTypeID(
FastQuals
);
55
return IdxForType(T).asTypeID(
FastQuals
);
ASTReader.cpp
[
all
...]
/external/clang/include/clang/Serialization/
ASTBitCodes.h
92
TypeID asTypeID(unsigned
FastQuals
) const {
96
return (Idx << Qualifiers::FastWidth) |
FastQuals
;
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 97 milliseconds