Changeset e67991f for src/Common/PassVisitor.proto.h
- Timestamp:
- Jul 16, 2019, 10:38:32 AM (4 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6f15121
- Parents:
- 7dc2e57b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.proto.h
r7dc2e57b re67991f 235 235 INDEXER_FUNC1( addUnion , const UnionDecl * ); 236 236 INDEXER_FUNC1( addTrait , const TraitDecl * ); 237 INDEXER_FUNC2( addWith , const std::list< Expression * > &, const BaseSyntaxNode* );237 INDEXER_FUNC2( addWith , const std::list< Expression * > &, const Declaration * ); 238 238 239 239 #undef INDEXER_FUNC1
Note: See TracChangeset
for help on using the changeset viewer.