Searched refs:AddTypeInfo (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp4487 D.AddTypeInfo(DeclaratorChunk::getMemberPointer(SS,DS.getTypeQualifiers(),
4520 D.AddTypeInfo(DeclaratorChunk::getPointer(DS.getTypeQualifiers(), Loc,
4528 D.AddTypeInfo(DeclaratorChunk::getBlockPointer(DS.getTypeQualifiers(),
4584 D.AddTypeInfo(DeclaratorChunk::getReference(DS.getTypeQualifiers(), Loc,
4911 D.AddTypeInfo(DeclaratorChunk::getParen(T.getOpenLocation(),
5099 D.AddTypeInfo(DeclaratorChunk::getFunction(HasProto,
5411 D.AddTypeInfo(DeclaratorChunk::getArray(0, false, false, 0,
5427 D.AddTypeInfo(DeclaratorChunk::getArray(0, false, false,
5497 D.AddTypeInfo(DeclaratorChunk::getArray(DS.getTypeQualifiers(),
H A DParseExprCXX.cpp980 D.AddTypeInfo(DeclaratorChunk::getFunction(/*hasProto=*/true,
1027 D.AddTypeInfo(DeclaratorChunk::getFunction(/*hasProto=*/true,
2535 D.AddTypeInfo(DeclaratorChunk::getArray(0,
H A DParseExpr.cpp2464 ParamInfo.AddTypeInfo(DeclaratorChunk::getFunction(/*HasProto=*/true,
/external/clang/include/clang/Sema/
H A DDeclSpec.h1828 /// AddTypeInfo - Add a chunk to this declarator. Also extend the range to
1830 void AddTypeInfo(const DeclaratorChunk &TI, function in class:clang::Declarator
/external/clang/lib/Sema/
H A DSemaDecl.cpp9662 D.AddTypeInfo(DeclaratorChunk::getFunction(/*HasProto=*/false,

Completed in 376 milliseconds